mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
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:
parent
099dda5b55
commit
bd76b20a33
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue