aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2017-12-01 09:10:52 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commit080a503271592babe0957ff37300d02fddff1e8f (patch)
tree9edb48ba0cd7b3d8c97bc0e8005abf3c810c9862 /cabal-helper.cabal
parent9aab356af4633d7c2b7cdd176ca12f4ab3a6eb75 (diff)
Bump unix-compat upper bound
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 6157d4a..fd0cb4e 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -77,7 +77,7 @@ library
, process < 1.7 && >= 1.1.0.1
if !os(windows)
build-depends: unix < 2.8 && >= 2.5.1.1
- build-depends: unix-compat < 0.5 && >= 0.4.3.1
+ build-depends: unix-compat < 0.6 && >= 0.4.3.1
, semigroupoids < 5.3 && >= 5.2
, ghc-prim
@@ -123,7 +123,7 @@ executable cabal-helper-wrapper
, transformers < 0.6 && >= 0.3.0.0
if !os(windows)
build-depends: unix < 2.8 && >= 2.5.1.1
- build-depends: unix-compat < 0.5 && >= 0.4.3.1
+ build-depends: unix-compat < 0.6 && >= 0.4.3.1
, utf8-string < 1.1 && >= 1.0.1.1
, ghc-prim
@@ -162,7 +162,7 @@ test-suite compile-test
, transformers < 0.6 && >= 0.3.0.0
if !os(windows)
build-depends: unix < 2.8 && >= 2.5.1.1
- build-depends: unix-compat < 0.5 && >= 0.4.3.1
+ build-depends: unix-compat < 0.6 && >= 0.4.3.1
, utf8-string < 1.1 && >= 1.0.1.1
, ghc-prim