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

* gnu/packages/haskell.scm (ghc-th-reify-many): Update to 0.1.6.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -5223,7 +5223,7 @@ instances. This package provides orphan instances for @code{containers},
(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 @@ instances. This package provides orphan instances for @code{containers},
version ".tar.gz"))
(sha256
(base32
"00hryljcs434wcv1vaamfdbjk857f46djxv7mlwplkl3zsmfhlfx"))))
"1b76zjxkj0v0n8zj9l0nwav2irm0c43rx6qjihfw8klmmxvx59df"))))
(build-system haskell-build-system)
(inputs
`(("ghc-mtl" ,ghc-mtl)