samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 470dbaebbcea357cddc7987fa6b85b5cf3b6ec8c
Author: Timothy Sample <[email protected]>
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.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ba13cf3..3e4e04f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5317,7 +5317,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)
@@ -5325,7 +5325,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)