3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-transformers-compat: Update to 0.5.1.4.

* gnu/packages/haskell.scm (ghc-transformers-compat): Update to 0.5.1.4.
This commit is contained in:
Ricardo Wurmus 2018-02-12 22:45:27 +01:00
parent 5b4f61701d
commit b85fbd9933
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2142,7 +2142,7 @@ compatibility to run on old versions of the platform.")
(define-public ghc-transformers-compat
(package
(name "ghc-transformers-compat")
(version "0.4.0.4")
(version "0.5.1.4")
(source
(origin
(method url-fetch)
@ -2151,7 +2151,7 @@ compatibility to run on old versions of the platform.")
"/transformers-compat-" version ".tar.gz"))
(sha256
(base32
"0lmg8ry6bgigb0v2lg0n74lxi8z5m85qq0qi4h1k9llyjb4in8ym"))))
"17yam0199fh9ndsn9n69jx9nvbsmymzzwbi23dck3dk4q57fz0fq"))))
(build-system haskell-build-system)
(home-page "https://github.com/ekmett/transformers-compat/")
(synopsis "Small compatibility shim between transformers 0.3 and 0.4")