me
/
guix
Archived
1
0
Fork 0

gnu: ghc-invariant: Update to 0.5.3.

* gnu/packages/haskell-xyz.scm (ghc-invariant): Update to 0.5.3.
master
Timothy Sample 2019-10-31 13:17:15 -04:00
parent 60e78e684e
commit d3a0e0b4c2
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -5359,7 +5359,7 @@ example code on the home page for a quick introduction.")
(define-public ghc-invariant
(package
(name "ghc-invariant")
(version "0.5.1")
(version "0.5.3")
(source
(origin
(method url-fetch)
@ -5368,7 +5368,7 @@ example code on the home page for a quick introduction.")
version ".tar.gz"))
(sha256
(base32
"0aqj7z55632qdg45074kgn9qfdxzb0a2f8lgjzr0l0i4mm2rr37b"))))
"03245nhcqxx6b0yw81fzqaqd7cgllmx8awzhvs2xv7ys73pmsgnp"))))
(build-system haskell-build-system)
(inputs
`(("ghc-bifunctors" ,ghc-bifunctors)