gnu: ghc-th-lift-instances: Update to 0.1.14.

* gnu/packages/haskell-xyz.scm (ghc-th-lift-instances): Update to 0.1.14.
This commit is contained in:
Timothy Sample 2019-10-31 09:59:32 -04:00
parent 4e1cf65115
commit d3db399e3e
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

@ -10352,7 +10352,7 @@ datatypes.")
(define-public ghc-th-lift-instances
(package
(name "ghc-th-lift-instances")
(version "0.1.11")
(version "0.1.14")
(source
(origin
(method url-fetch)
@ -10361,7 +10361,7 @@ datatypes.")
version ".tar.gz"))
(sha256
(base32
"1f56cp6ckcalld5jchv0kxpjkwcsixd7smd0g7r8cg67ppx6m90x"))))
"0r1b4jnvcj64wp4hfccwkl4a70n1p1q7qzyx6ax7cmd8k961jz78"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-lift" ,ghc-th-lift)