From 4e1d075edfea8320f3651dae1ed06800d58ffbbb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 17 Jun 2017 06:20:51 +0300 Subject: Win32's lower bound was always wrong I don't know why, the `failWith` fix was only released in Win32-2.5.0.0. Maybe it had to be >= 2.4.0.0 because previously Win32 was fetched from GitHub as a tarball of the commit with the fix, before the package version was actually bumped to 2.5.0.0. --- windows-env.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-env.cabal b/windows-env.cabal index 9b5947b..9a194ad 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -31,7 +31,7 @@ library , split , text , transformers - , Win32 >= 2.4 + , Win32 >= 2.5 default-language: Haskell2010 executable addpath -- cgit v1.2.3