diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-01 08:21:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:45 +0100 |
commit | 39bcc9328391c9e35856a6d4f1e4acac91498331 (patch) | |
tree | 0ca970438a41526ba03490274c43f8b32ce46b9c | |
parent | 934dc8d2e4d3abd613b96525e528a4e8dbae9b92 (diff) |
gnu: ghc-bytestring-handle: Update to 0.1.0.6.
* gnu/packages/haskell.scm (ghc-bytestring-handle): Update to 0.1.0.6.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index ec505cff63..9cdde32e14 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5689,7 +5689,7 @@ this problem.") (define-public ghc-bytestring-handle (package (name "ghc-bytestring-handle") - (version "0.1.0.4") + (version "0.1.0.6") (source (origin (method url-fetch) @@ -5698,7 +5698,7 @@ this problem.") version ".tar.gz")) (sha256 (base32 - "0q5yzx90ad9w7qvaix05bynxwlsbqjrgfc4hqb355ibf991wd0rh")))) + "18f17aja1ivhr3zyg2cccn2m03hdn5jf5410dndkhf12gvgiqs7y")))) (build-system haskell-build-system) (inputs `(("ghc-quickcheck" ,ghc-quickcheck) |