Archived
1
0
Fork 0

gnu: ghc-missingh: Update to 1.4.1.0.

* gnu/packages/haskell-xyz.scm (ghc-missingh): Update to 1.4.1.0.
This commit is contained in:
Timothy Sample 2019-10-31 13:10:26 -04:00
parent a4fe1c648a
commit 641207cb85
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -6342,7 +6342,7 @@ used both from lens and microlens).")
(define-public ghc-missingh (define-public ghc-missingh
(package (package
(name "ghc-missingh") (name "ghc-missingh")
(version "1.4.0.1") (version "1.4.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6350,7 +6350,7 @@ used both from lens and microlens).")
"MissingH-" version ".tar.gz")) "MissingH-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0wcvgrmav480w7nf4bl14yi0jq2yzanysxwzwas9hpb28vyjlgr8")))) "1jp0vk6w9a7fzrbxfhx773105jp2s1n50klq9ak6spfl7bgx5v29"))))
(build-system haskell-build-system) (build-system haskell-build-system)
;; Tests require the unmaintained testpack package, which depends on the ;; Tests require the unmaintained testpack package, which depends on the
;; outdated QuickCheck version 2.7, which can no longer be built with ;; outdated QuickCheck version 2.7, which can no longer be built with