diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-17 06:20:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-17 06:20:51 +0300 |
commit | 4e1d075edfea8320f3651dae1ed06800d58ffbbb (patch) | |
tree | 4dbb7c76e877903505d3ce5fedd04b424264c0d0 | |
parent | use windows_cconv.h from Win32 (diff) | |
download | windows-env-4e1d075edfea8320f3651dae1ed06800d58ffbbb.tar.gz windows-env-4e1d075edfea8320f3651dae1ed06800d58ffbbb.zip |
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.
-rw-r--r-- | windows-env.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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 |