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

* gnu/packages/haskell-xyz.scm (ghc-th-lift): Update to 0.8.0.1.
This commit is contained in:
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

View file

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