gnu: ghc-invariant: Update to 0.5.3.

* gnu/packages/haskell-xyz.scm (ghc-invariant): Update to 0.5.3.
This commit is contained in:
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

View file

@ -5359,7 +5359,7 @@ (define-public ghc-intervalmap
(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 @@ (define-public ghc-invariant
version ".tar.gz"))
(sha256
(base32
"0aqj7z55632qdg45074kgn9qfdxzb0a2f8lgjzr0l0i4mm2rr37b"))))
"03245nhcqxx6b0yw81fzqaqd7cgllmx8awzhvs2xv7ys73pmsgnp"))))
(build-system haskell-build-system)
(inputs
`(("ghc-bifunctors" ,ghc-bifunctors)