gnu: ghc-th-lift: Update to 0.7.11.
* gnu/packages/haskell.scm (ghc-th-lift): Update to 0.7.11. [inputs]: Add ghc-th-abstraction.
This commit is contained in:
parent
44f717efff
commit
08c3993f4f
|
@ -5622,15 +5622,17 @@ Template Haskell.")
|
||||||
(define-public ghc-th-lift
|
(define-public ghc-th-lift
|
||||||
(package
|
(package
|
||||||
(name "ghc-th-lift")
|
(name "ghc-th-lift")
|
||||||
(version "0.7.8")
|
(version "0.7.11")
|
||||||
(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
|
||||||
"0ay10b78x3969rpqqrgzy8srkl6iby2cljbf3mm17na8x22k7y1c"))))
|
"131360zxb0hazbqwbkk6ab2p77jkxr79bwwm618mrwrwkm3x2g6m"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
|
||||||
(home-page "https://github.com/mboes/th-lift")
|
(home-page "https://github.com/mboes/th-lift")
|
||||||
(synopsis "Derive Template Haskell's Lift class for datatypes")
|
(synopsis "Derive Template Haskell's Lift class for datatypes")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue