diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:10:26 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:26 -0500 |
commit | 641207cb85d04b17448eb85f087c35db32d175df (patch) | |
tree | 3da435600a45683e4939fde728cf3c1632b76ee1 /gnu | |
parent | a4fe1c648a653b1b629fd27eedd45150cbc32d0a (diff) | |
download | patches-641207cb85d04b17448eb85f087c35db32d175df.tar patches-641207cb85d04b17448eb85f087c35db32d175df.tar.gz |
gnu: ghc-missingh: Update to 1.4.1.0.
* gnu/packages/haskell-xyz.scm (ghc-missingh): Update to 1.4.1.0.
Diffstat (limited to 'gnu')
-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 512ff0bf4c..ac92c15d69 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -6342,7 +6342,7 @@ used both from lens and microlens).") (define-public ghc-missingh (package (name "ghc-missingh") - (version "1.4.0.1") + (version "1.4.1.0") (source (origin (method url-fetch) @@ -6350,7 +6350,7 @@ used both from lens and microlens).") "MissingH-" version ".tar.gz")) (sha256 (base32 - "0wcvgrmav480w7nf4bl14yi0jq2yzanysxwzwas9hpb28vyjlgr8")))) + "1jp0vk6w9a7fzrbxfhx773105jp2s1n50klq9ak6spfl7bgx5v29")))) (build-system haskell-build-system) ;; Tests require the unmaintained testpack package, which depends on the ;; outdated QuickCheck version 2.7, which can no longer be built with |