Allow latest unix package.
This commit is contained in:
parent
ec71e8e05c
commit
4b73c8f529
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ library
|
||||||
wai >= 0.3
|
wai >= 0.3
|
||||||
|
|
||||||
if !os(windows)
|
if !os(windows)
|
||||||
build-depends: unix >= 2.4 && < 2.8
|
build-depends: unix >= 2.4 && < 2.9
|
||||||
if flag(nightly)
|
if flag(nightly)
|
||||||
cpp-options: -DNIGHTLY
|
cpp-options: -DNIGHTLY
|
||||||
build-depends: template-haskell
|
build-depends: template-haskell
|
||||||
|
|
Loading…
Reference in a new issue