From 8648be0324c8f9e5f2904907ae5da3f867ea9f5a Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 30 Apr 2018 14:30:23 +0200 Subject: Remove unnecessary dependency on 'exceptions' --- cabal-helper.cabal | 3 --- 1 file changed, 3 deletions(-) (limited to 'cabal-helper.cabal') 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 -- cgit v1.2.3