[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/328: gnu: ghc-io-streams: Update to 1.5.1.0.
From: |
guix-commits |
Subject: |
174/328: gnu: ghc-io-streams: Update to 1.5.1.0. |
Date: |
Sat, 16 Nov 2019 19:33:02 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit f5d8fd1ee6d07b8dc5642bf729d30e11521315b2
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:09:02 2019 -0400
gnu: ghc-io-streams: Update to 1.5.1.0.
* gnu/packages/haskell-xyz.scm (ghc-io-streams): Update to 1.5.1.0.
[arguments]: Remove '#:cabal-revision'.
---
gnu/packages/haskell-xyz.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index cb323f9..3bf5630 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5359,7 +5359,7 @@ functors). For more information, see Edward Kmett's
article
(define-public ghc-io-streams
(package
(name "ghc-io-streams")
- (version "1.5.0.1")
+ (version "1.5.1.0")
(source
(origin
(method url-fetch)
@@ -5367,7 +5367,7 @@ functors). For more information, see Edward Kmett's
article
"io-streams/io-streams-" version ".tar.gz"))
(sha256
(base32
- "12rcdg2d70644bvn838fxcjkssqj8pssnx5y657si5rijcbkgjsx"))))
+ "1c7byr943x41nxpc3bnz152fvfbmakafq2958wyf9qiyp2pz18la"))))
(build-system haskell-build-system)
(inputs
`(("ghc-attoparsec" ,ghc-attoparsec)
@@ -5383,9 +5383,6 @@ functors). For more information, see Edward Kmett's
article
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
("ghc-zlib" ,ghc-zlib)))
- (arguments
- `(#:cabal-revision
- ("2" "1mcab95d6hm098myh9gp7sh10srigjphgvm8s9pfs7jg5hzghy14")))
(home-page "http://hackage.haskell.org/package/io-streams")
(synopsis "Simple and composable stream I/O")
(description "This library contains simple and easy-to-use
- 215/328: gnu: ghc-either: Update to 5.0.1.1., (continued)
- 215/328: gnu: ghc-either: Update to 5.0.1.1., guix-commits, 2019/11/16
- 210/328: gnu: Add ghc-retry., guix-commits, 2019/11/16
- 217/328: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/16
- 222/328: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/16
- 223/328: gnu: ghc-rebase: Update to 1.3.1.1., guix-commits, 2019/11/16
- 233/328: gnu: ghc-yaml: Update to 0.11.1.2., guix-commits, 2019/11/16
- 153/328: gnu: ghc-hsopenssl: Update to 0.11.4.17., guix-commits, 2019/11/16
- 161/328: gnu: ghc-bifunctors: Update to 5.5.5., guix-commits, 2019/11/16
- 164/328: gnu: ghc-aeson: Update to 1.4.5.0., guix-commits, 2019/11/16
- 167/328: gnu: ghc-attoparsec-iso8601: Update to 1.0.1.0., guix-commits, 2019/11/16
- 174/328: gnu: ghc-io-streams: Update to 1.5.1.0.,
guix-commits <=
- 181/328: gnu: ghc-connection: Update to 0.3.1., guix-commits, 2019/11/16
- 185/328: gnu: ghc-aeson-pretty: Update to 0.8.8., guix-commits, 2019/11/16
- 196/328: gnu: ghc-skylighting: Update to 0.8.2.1., guix-commits, 2019/11/16
- 195/328: gnu: ghc-openssl-streams: Update to 1.2.2.0., guix-commits, 2019/11/16
- 235/328: gnu: ghc-monad-logger: Update to 0.3.30., guix-commits, 2019/11/16
- 236/328: gnu: ghc-http: Update to 4000.3.14., guix-commits, 2019/11/16
- 242/328: gnu: ghc-simple-sendfile: Update to 0.2.30., guix-commits, 2019/11/16
- 243/328: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/11/16
- 248/328: gnu: ghc-hackage-security: Update Cabal file to r6., guix-commits, 2019/11/16
- 250/328: gnu: ghc-adjunctions: Update Cabal file to r2., guix-commits, 2019/11/16