aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-19 21:51:04 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-19 22:00:53 +0200
commitf5dee82eed5ece2819b33b6bb41b990cdd407b39 (patch)
treea6b4f4aa7c93042ba1331cc593a0dc7e5cad41de /cabal-helper.cabal
parent2bd30ac61cab9c66d6155ed1ed3e5f4dd0470444 (diff)
Remove 'extra' dependency
..constrains dependency versions too much and just causes failures.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 6b95b29..31d3aca 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -76,6 +76,7 @@ executable cabal-helper-wrapper
other-extensions: TemplateHaskell
main-is: CabalHelper/Compiletime/Wrapper.hs
other-modules:
+ CabalHelper.Compiletime.Compat.Environment
CabalHelper.Compiletime.Compat.Version
CabalHelper.Compiletime.Compile
CabalHelper.Compiletime.Data
@@ -99,8 +100,7 @@ executable cabal-helper-wrapper
, process < 1.7 && >= 1.1.0.1
, temporary < 1.3 && >= 1.2.0.4
, utf8-string < 1.1 && >= 1.0.1.1
- , time < 1.9 && >= 1.8.0.3
- , extra < 1.6 && >= 1.4.10
+ , time < 1.9 && >= 1.8.0.2
, template-haskell
, ghc-prim
@@ -111,6 +111,7 @@ test-suite compile-test
type: exitcode-stdio-1.0
main-is: tests/CompileTest.hs
other-modules:
+ CabalHelper.Compiletime.Compat.Environment
CabalHelper.Compiletime.Compat.Version
CabalHelper.Compiletime.Compile
CabalHelper.Compiletime.Data
@@ -134,8 +135,7 @@ test-suite compile-test
, process < 1.7 && >= 1.1.0.1
, temporary < 1.3 && >= 1.2.0.4
, utf8-string < 1.1 && >= 1.0.1.1
- , time < 1.9 && >= 1.8.0.3
- , extra < 1.6 && >= 1.4.10
+ , time < 1.9 && >= 1.8.0.2
-- additional test deps
, unix < 2.8 && >= 2.5.1.0