[commit: ghc] ghc-8.6: utils/gen-dll: Bump containers upper bound (ff9ee83)
git at git.haskell.org
git at git.haskell.org
Sat Dec 15 20:08:43 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.6
Link : http://ghc.haskell.org/trac/ghc/changeset/ff9ee830a31d52f56cf7897371bffe6312b9d250/ghc
>---------------------------------------------------------------
commit ff9ee830a31d52f56cf7897371bffe6312b9d250
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Dec 9 15:28:52 2018 -0500
utils/gen-dll: Bump containers upper bound
Fixes #16023.
(cherry picked from commit e709c8f8d45c699840f5bab7c9ff71373a53b8b0)
>---------------------------------------------------------------
ff9ee830a31d52f56cf7897371bffe6312b9d250
utils/gen-dll/gen-dll.cabal.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/gen-dll/gen-dll.cabal.in b/utils/gen-dll/gen-dll.cabal.in
index 4dd7dc5..7c5c355 100644
--- a/utils/gen-dll/gen-dll.cabal.in
+++ b/utils/gen-dll/gen-dll.cabal.in
@@ -27,7 +27,7 @@ Executable gen-dll
process >= 1.2 && < 1.9,
filepath >= 1.3 && < 1.5,
directory >= 1.1 && < 1.4,
- containers >= 0.5 && < 0.6
+ containers >= 0.5 && < 0.7
Extra-Libraries: Shell32
ghc-options: -UGEN_SXS
-DHAS_GENLIB=@HAVE_GENLIB@
More information about the ghc-commits
mailing list