gnu: ghc-resourcet: Update to 1.1.7.5.
* gnu/packages/haskell.scm (ghc-resourcet): Update to 1.1.7.5.
This commit is contained in:
parent
4a1b5600dc
commit
b62bb812a7
|
@ -1112,7 +1112,7 @@ unwanted suggestions, and to add your own custom suggestions.")
|
||||||
(define-public ghc-resourcet
|
(define-public ghc-resourcet
|
||||||
(package
|
(package
|
||||||
(name "ghc-resourcet")
|
(name "ghc-resourcet")
|
||||||
(version "1.1.6")
|
(version "1.1.7.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1122,7 +1122,7 @@ unwanted suggestions, and to add your own custom suggestions.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zhsaaa4n8ry76vjih519a8npm2hrzk10d5asrgllcwpzmifl41y"))))
|
"0nj0gwfd05divpdn7m47gy6bpcrwn3zk81gc303k0smrbqi0xlq5"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-transformers-base" ,ghc-transformers-base)
|
`(("ghc-transformers-base" ,ghc-transformers-base)
|
||||||
|
|
Loading…
Reference in New Issue