aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-04-30 14:30:23 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-04-30 14:30:23 +0200
commit8648be0324c8f9e5f2904907ae5da3f867ea9f5a (patch)
treec0d7a95f70cddbda6cb1419205ef7f6e815ab363
parent44188bbe7376de6c16ff63136ded519ba2cc113b (diff)
Remove unnecessary dependency on 'exceptions'
-rw-r--r--cabal-helper.cabal3
1 files changed, 0 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 2f46d48..a54d61f 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -148,7 +148,6 @@ executable cabal-helper-wrapper
build-depends: Cabal < 2.3 && >= 2.0 || < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
, directory < 1.4 && >= 1.1.0.2
- , exceptions < 0.9 && >= 0.8.3
, filepath < 1.5 && >= 1.3.0.0
, mtl < 2.3 && >= 2.0
, process < 1.7 && >= 1.1.0.1
@@ -194,7 +193,6 @@ test-suite compile-test
build-depends: Cabal < 2.3 && >= 2.0 || < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
, directory < 1.4 && >= 1.1.0.2
- , exceptions < 0.9 && >= 0.8.3
, filepath < 1.5 && >= 1.3.0.0
, mtl < 2.3 && >= 2.0
, process < 1.7 && >= 1.1.0.1
@@ -243,7 +241,6 @@ test-suite ghc-session
build-depends: Cabal < 2.3 && >= 2.0 || < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
, directory < 1.4 && >= 1.1.0.2
- , exceptions < 0.9 && >= 0.8.3
, filepath < 1.5 && >= 1.3.0.0
, mtl < 2.3 && >= 2.0
, process < 1.7 && >= 1.1.0.1