gnu: ghc-fingertree: Update to 0.1.4.2.
* gnu/packages/haskell-xyz.scm (ghc-fingertree): Update to 0.1.4.2.master
parent
6c4581a370
commit
aac14fdc70
|
@ -3535,7 +3535,7 @@ an executable.")
|
||||||
(define-public ghc-fingertree
|
(define-public ghc-fingertree
|
||||||
(package
|
(package
|
||||||
(name "ghc-fingertree")
|
(name "ghc-fingertree")
|
||||||
(version "0.1.4.1")
|
(version "0.1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3544,7 +3544,7 @@ an executable.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"192fyzv0pn1437wdpqg1l80rswkk4rw3w61r4bq7dhv354bdqy4p"))))
|
"0zvandj8fysck7ygpn0dw5bhrhmj1s63i326nalxbfkh2ls4iacm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hunit" ,ghc-hunit)
|
`(("ghc-hunit" ,ghc-hunit)
|
||||||
|
|
Reference in New Issue