diff options
-rw-r--r-- | cabal-helper.cabal | 3 |
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 |