diff options
author | jneira <atreyu.bbb@gmail.com> | 2019-10-15 09:02:13 +0200 |
---|---|---|
committer | Daniel Gröber (dxld) <dxld@darkboxed.org> | 2019-10-15 17:38:26 +0200 |
commit | a1c4a3746311055c2100471aeb98606345496eb3 (patch) | |
tree | 912a75a387d3f1042efddf56920f3d3a1ac7a683 | |
parent | 447814db7ecda25afa13a7a699a72c5223649d98 (diff) |
Relax lower bound of Win32 down to ghc-8.2.2 version
-rw-r--r-- | cabal-helper.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 22b0f32..ef3b8a7 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -122,7 +122,7 @@ common build-deps , transformers < 0.6 && >= 0.5.2.0 , utf8-string < 1.1 && >= 1.0.1.1 if os(windows) - build-depends: Win32 < 2.9 && >= 2.8.3.0 + build-depends: Win32 < 2.9 && >= 2.5.4.1 else build-depends: unix < 2.8 && >= 2.7.2.1 build-depends: unix-compat < 0.6 && >= 0.4.3.1 |