Allow latest unix package.

This commit is contained in:
John MacFarlane 2022-08-18 22:52:00 -07:00
parent ec71e8e05c
commit 4b73c8f529

View file

@ -539,7 +539,7 @@ library
wai >= 0.3
if !os(windows)
build-depends: unix >= 2.4 && < 2.8
build-depends: unix >= 2.4 && < 2.9
if flag(nightly)
cpp-options: -DNIGHTLY
build-depends: template-haskell