diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 10:01:50 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:06 -0500 |
commit | aac14fdc7006cd70dc455b92a75a0cd34ae6a752 (patch) | |
tree | a572bf5a3c44960884552eb61d07d96a125b1605 | |
parent | 6c4581a370aede2595d81faa7e54ae85af1e7cbf (diff) | |
download | guix-aac14fdc7006cd70dc455b92a75a0cd34ae6a752.tar.gz |
gnu: ghc-fingertree: Update to 0.1.4.2.
* gnu/packages/haskell-xyz.scm (ghc-fingertree): Update to 0.1.4.2.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c3db0edb91..f40644db3c 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -3535,7 +3535,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) @@ -3544,7 +3544,7 @@ an executable.") version ".tar.gz")) (sha256 (base32 - "192fyzv0pn1437wdpqg1l80rswkk4rw3w61r4bq7dhv354bdqy4p")))) + "0zvandj8fysck7ygpn0dw5bhrhmj1s63i326nalxbfkh2ls4iacm")))) (build-system haskell-build-system) (native-inputs `(("ghc-hunit" ,ghc-hunit) |