From a1c4a3746311055c2100471aeb98606345496eb3 Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 15 Oct 2019 09:02:13 +0200 Subject: Relax lower bound of Win32 down to ghc-8.2.2 version --- cabal-helper.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3