me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-xyz.scm (ghc-th-lift): Update to 0.8.0.1.
master
Timothy Sample 2019-10-31 01:27:42 -04:00
parent 099dda5b55
commit bd76b20a33
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -10264,14 +10264,14 @@ Template Haskell.")
(define-public ghc-th-lift
(package
(name "ghc-th-lift")
(version "0.7.11")
(version "0.8.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"th-lift/th-lift-" version ".tar.gz"))
(sha256
(base32
"131360zxb0hazbqwbkk6ab2p77jkxr79bwwm618mrwrwkm3x2g6m"))))
"1a6qlbdg15cfr5rvl9g3blgwx4v1p0xic0pzv13zx165xbc36ld0"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-abstraction" ,ghc-th-abstraction)))