samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9b687ae5b9c45613129aa453c43c1bfb5f9df621
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:01:50 2019 -0400
gnu: ghc-fingertree: Update to 0.1.4.2.
* gnu/packages/haskell-xyz.scm (ghc-fingertree): Update to 0.1.4.2.
---
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 7f92603..5d16d12 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3534,7 +3534,7 @@ an executable.")
(define-public ghc-fingertree
(package
(name "ghc-fingertree")
- (version "0.1.4.1")
+ (version "0.1.4.2")
(source
(origin
(method url-fetch)
@@ -3543,7 +3543,7 @@ an executable.")
version ".tar.gz"))
(sha256
(base32
- "192fyzv0pn1437wdpqg1l80rswkk4rw3w61r4bq7dhv354bdqy4p"))))
+ "0zvandj8fysck7ygpn0dw5bhrhmj1s63i326nalxbfkh2ls4iacm"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hunit" ,ghc-hunit)