summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 22:54:47 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:13 +0200
commit9c072f820e05736e4e6536192d0af213e0277408 (patch)
treecc3dda7149a3ea27facad14035b66a8ee92b558a
parent5f192d52a31d58e25c809e18cb4361f2df611532 (diff)
downloadguix-patches-9c072f820e05736e4e6536192d0af213e0277408.tar
guix-patches-9c072f820e05736e4e6536192d0af213e0277408.tar.gz
gnu: ghc-fingertree: Update to 0.1.4.1.
* gnu/packages/haskell.scm (ghc-fingertree): Update to 0.1.4.1.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ee88b89c9a..e23ebb6afe 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4348,7 +4348,7 @@ will eventually deliver a value of type @code{a}.")
(define-public ghc-fingertree
(package
(name "ghc-fingertree")
- (version "0.1.3.0")
+ (version "0.1.4.1")
(source
(origin
(method url-fetch)
@@ -4357,7 +4357,7 @@ will eventually deliver a value of type @code{a}.")
version ".tar.gz"))
(sha256
(base32
- "1ryjj7qrx70ckcjlr02x9zh86kfp76azbxq05r7hawqkaqg44sfs"))))
+ "192fyzv0pn1437wdpqg1l80rswkk4rw3w61r4bq7dhv354bdqy4p"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hunit" ,ghc-hunit)