aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
selected='selected'>unified
context:2024-08-31gnu: 389-ds-base: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/openldap.scm (389-ds-base)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7bba4e5c11..2f77410e29 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1112,7 +1112,7 @@ unwanted suggestions, and to add your own custom suggestions.")
(define-public ghc-resourcet
(package
(name "ghc-resourcet")
- (version "1.1.6")
+ (version "1.1.7.5")
(source
(origin
(method url-fetch)
@@ -1122,7 +1122,7 @@ unwanted suggestions, and to add your own custom suggestions.")
".tar.gz"))
(sha256
(base32
- "0zhsaaa4n8ry76vjih519a8npm2hrzk10d5asrgllcwpzmifl41y"))))
+ "0nj0gwfd05divpdn7m47gy6bpcrwn3zk81gc303k0smrbqi0xlq5"))))
(build-system haskell-build-system)
(inputs
`(("ghc-transformers-base" ,ghc-transformers-base)