diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-09 15:28:52 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-11 10:03:40 -0500 |
commit | e709c8f8d45c699840f5bab7c9ff71373a53b8b0 (patch) | |
tree | 50f2550f8d87ac21d13f18f2b3136e814768a1f2 /utils/gen-dll | |
parent | 6eab7cda23b5421895cd0ecb06d637e2fa054154 (diff) | |
download | haskell-e709c8f8d45c699840f5bab7c9ff71373a53b8b0.tar.gz |
utils/gen-dll: Bump containers upper bound
Fixes #16023.
Diffstat (limited to 'utils/gen-dll')
-rw-r--r-- | utils/gen-dll/gen-dll.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen-dll/gen-dll.cabal.in b/utils/gen-dll/gen-dll.cabal.in index 4dd7dc5e8c..7c5c355f12 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@ |