gnu: ghc-th-lift: Update to 0.7.8.

* gnu/packages/haskell.scm (ghc-th-lift): Update to 0.7.8.
[inputs]: Remove ghc-packedstring.
This commit is contained in:
Ricardo Wurmus 2018-02-12 22:02:04 +01:00
parent b28f0ffab3
commit 44c233ac13
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

@ -4941,17 +4941,15 @@ Template Haskell.")
(define-public ghc-th-lift
(package
(name "ghc-th-lift")
(version "0.7.5")
(version "0.7.8")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"th-lift/th-lift-" version ".tar.gz"))
(sha256
(base32
"13xdkk1chdghf059sfx8d3d8r0mj1dbzdi5kf2zf0mjmz3qq7m7k"))))
"0ay10b78x3969rpqqrgzy8srkl6iby2cljbf3mm17na8x22k7y1c"))))
(build-system haskell-build-system)
(inputs
`(("ghc-packedstring" ,ghc-packedstring)))
(home-page "https://github.com/mboes/th-lift")
(synopsis "Derive Template Haskell's Lift class for datatypes")
(description