diff --git a/hunit/test-framework-hunit.cabal b/hunit/test-framework-hunit.cabal index d3a70d7..259d022 100644 --- a/hunit/test-framework-hunit.cabal +++ b/hunit/test-framework-hunit.cabal @@ -37,7 +37,6 @@ Library Build-Depends: test-framework == 0.8.* , base >= 4.9 && < 5 , HUnit >= 1.5.0.0 && < 1.7 - , extensible-exceptions >= 0.1.1 && < 0.2.0 Ghc-Options: -Wno-deprecations -- This package is legacy and won't address deprecation warnings. diff --git a/quickcheck2/test-framework-quickcheck2.cabal b/quickcheck2/test-framework-quickcheck2.cabal index 9742cd1..0847fe7 100644 --- a/quickcheck2/test-framework-quickcheck2.cabal +++ b/quickcheck2/test-framework-quickcheck2.cabal @@ -45,7 +45,6 @@ Library Build-Depends: test-framework == 0.8.* , QuickCheck >= 2.9.2 && < 3 , base >= 4.9 && < 5 - , extensible-exceptions >= 0.1.1 && < 0.2.0 , random >= 1 && < 1.4 Ghc-Options: -Wno-deprecations