gnu: ghc-th-reify-many: Update to 0.1.6.

* gnu/packages/haskell.scm (ghc-th-reify-many): Update to 0.1.6.
This commit is contained in:
Ricardo Wurmus 2018-02-13 11:32:16 +01:00
parent 165e5f6ef5
commit 9e21b4a8b8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5223,7 +5223,7 @@ (define-public ghc-th-expand-syns
(define-public ghc-th-reify-many
(package
(name "ghc-th-reify-many")
(version "0.1.3")
(version "0.1.6")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -5231,7 +5231,7 @@ (define-public ghc-th-reify-many
version ".tar.gz"))
(sha256
(base32
"00hryljcs434wcv1vaamfdbjk857f46djxv7mlwplkl3zsmfhlfx"))))
"1b76zjxkj0v0n8zj9l0nwav2irm0c43rx6qjihfw8klmmxvx59df"))))
(build-system haskell-build-system)
(inputs
`(("ghc-mtl" ,ghc-mtl)