From 91794d30ac3b429ed020832f9e1f7877599be93a Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Wed, 6 Jul 2016 21:30:08 +0200 Subject: Fix cabal bounds --- cabal-helper.cabal | 68 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 30 deletions(-) diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 40defed..a8d0ebf 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -48,13 +48,13 @@ library , CabalHelper.Sandbox default-language: Haskell2010 GHC-Options: -Wall - Build-Depends: base >= 4.5 && < 5 - , Cabal >= 1.14 && < 1.26 - , directory - , filepath - , transformers - , mtl - , process + Build-Depends: base < 5 && >= 4.5 + , Cabal < 1.26 && >= 1.14 + , directory < 1.3 && >= 1.1.0.2 + , filepath < 1.5 && >= 1.3.0.0 + , transformers < 0.6 && >= 0.3.0.0 + , mtl < 2.3 && >= 2.0 + , process < 1.5 && >= 1.1.0.1 , ghc-prim Executable cabal-helper-wrapper-v0.7 @@ -71,16 +71,18 @@ Executable cabal-helper-wrapper-v0.7 CabalHelper.Sandbox GHC-Options: -Wall X-Install-Target: $libexecdir - Build-Depends: base >= 4.5 && < 5 - , bytestring - , Cabal >= 1.14 && < 1.26 - , directory - , filepath - , process - , transformers + Build-Depends: base < 5 && >= 4.5 + , Cabal < 1.26 && >= 1.14 + , bytestring < 0.11 && >= 0.9.2.1 + , directory < 1.3 && >= 1.1.0.2 + , filepath < 1.5 && >= 1.3.0.0 + , transformers < 0.6 && >= 0.3.0.0 + , mtl < 2.3 && >= 2.0 + , process < 1.5 && >= 1.1.0.1 + , temporary < 1.3 && >= 1.2.0.4 + , utf8-string < 1.1 && >= 1.0.1.1 + , template-haskell - , temporary - , utf8-string , ghc-prim Test-Suite spec @@ -98,21 +100,27 @@ Test-Suite spec Hs-Source-Dirs: tests, . GHC-Options: -Wall Build-Tools: cabal - Build-Depends: base >= 4.5 && < 5 - , cabal-helper - , extra - , unix - , Cabal >= 1.14 && < 1.26 - , directory - , filepath - , transformers - , mtl - , process - , ghc-prim - , bytestring - , utf8-string + Build-Depends: base < 5 && >= 4.5 + , Cabal < 1.26 && >= 1.14 + , bytestring < 0.11 && >= 0.9.2.1 + , directory < 1.3 && >= 1.1.0.2 + , filepath < 1.5 && >= 1.3.0.0 + , transformers < 0.6 && >= 0.3.0.0 + , mtl < 2.3 && >= 2.0 + , process < 1.5 && >= 1.1.0.1 + , temporary < 1.3 && >= 1.2.0.4 + , utf8-string < 1.1 && >= 1.0.1.1 + + -- additional test deps + , extra < 1.5 && >= 1.4.10 + , unix < 2.8 && >= 2.5.1.0 + , template-haskell - , temporary + , ghc-prim + , cabal-helper + + + -- custom-setup -- setup-depends: base, -- cgit v1.2.3