aboutsummaryrefslogtreecommitdiff
path: root/hackage-metadata/cabal-helper-0.7.1.0.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2016-07-06 20:54:28 +0200
committerDaniel Gröber <dxld@darkboxed.org>2016-07-06 20:54:28 +0200
commit26704074fb55fc6c0781855964cba8d4a2c6e490 (patch)
tree0fb29e38aa82ee222a41143b550b6cd9c4863a9c /hackage-metadata/cabal-helper-0.7.1.0.cabal
parent3f13096c688a233c87caf485c4af426dbb1c41a5 (diff)
hackage-metadata: Fix bounds
Diffstat (limited to 'hackage-metadata/cabal-helper-0.7.1.0.cabal')
-rw-r--r--hackage-metadata/cabal-helper-0.7.1.0.cabal56
1 files changed, 28 insertions, 28 deletions
diff --git a/hackage-metadata/cabal-helper-0.7.1.0.cabal b/hackage-metadata/cabal-helper-0.7.1.0.cabal
index 40defed..1830d98 100644
--- a/hackage-metadata/cabal-helper-0.7.1.0.cabal
+++ b/hackage-metadata/cabal-helper-0.7.1.0.cabal
@@ -48,13 +48,13 @@ library
, CabalHelper.Sandbox
default-language: Haskell2010
GHC-Options: -Wall
- Build-Depends: base >= 4.5 && < 5
+ Build-Depends: base < 5 && >= 4.5
, Cabal >= 1.14 && < 1.26
- , directory
- , filepath
- , transformers
- , mtl
- , process
+ , directory < 1.5 && >= 1.1.0.2
+ , filepath < 1.5 && >= 1.3.0.0
+ , transformers < 0.6 && >= 0.3.0.0
+ , mtl == 2.2.*
+ , process < 1.3 && >= 1.1.0.1
, ghc-prim
Executable cabal-helper-wrapper-v0.7
@@ -71,15 +71,15 @@ Executable cabal-helper-wrapper-v0.7
CabalHelper.Sandbox
GHC-Options: -Wall
X-Install-Target: $libexecdir
- Build-Depends: base >= 4.5 && < 5
- , bytestring
+ Build-Depends: base < 5 && >= 4.5
+ , bytestring < 0.11 && >= 0.9.2.1
, Cabal >= 1.14 && < 1.26
- , directory
- , filepath
- , process
- , transformers
- , template-haskell
- , temporary
+ , directory < 1.5 && >= 1.1.0.2
+ , filepath < 1.5 && >= 1.3.0.0
+ , process < 1.3 && >= 1.1.0.1
+ , transformers < 0.6 && >= 0.3.0.0
+ , template-haskell < 2.11 && >= 2.7.0.0
+ , temporary == 1.2.*
, utf8-string
, ghc-prim
@@ -98,21 +98,21 @@ Test-Suite spec
Hs-Source-Dirs: tests, .
GHC-Options: -Wall
Build-Tools: cabal
- Build-Depends: base >= 4.5 && < 5
+ Build-Depends: base < 5 && >= 4.5
, cabal-helper
, extra
, unix
, Cabal >= 1.14 && < 1.26
- , directory
- , filepath
- , transformers
- , mtl
- , process
+ , directory < 1.5 && >= 1.1.0.2
+ , filepath < 1.5 && >= 1.3.0.0
+ , transformers < 0.6 && >= 0.3.0.0
+ , mtl == 2.2.*
+ , process < 1.3 && >= 1.1.0.1
, ghc-prim
- , bytestring
+ , bytestring < 0.11 && >= 0.9.2.1
, utf8-string
- , template-haskell
- , temporary
+ , template-haskell < 2.11 && >= 2.7.0.0
+ , temporary == 1.2.*
-- custom-setup
-- setup-depends: base,
@@ -132,12 +132,12 @@ Test-Suite spec
-- Main-Is: CabalHelper/Main.hs
-- Other-Modules:
-- GHC-Options: -Wall -fno-warn-unused-imports -optP-DCABAL_MAJOR=1 -optP-DCABAL_MINOR=25 -optP-DCABAL_HELPER=1 -optP-DCABAL_HELPER_DEV=1
--- Build-Depends: base
--- , Cabal
+-- Build-Depends: base < 5 && >= 4.5
+-- , Cabal < 1.23 && >= 1.14.0
-- , containers
--- , bytestring
--- , filepath
--- , directory
+-- , bytestring < 0.11 && >= 0.9.2.1
+-- , filepath < 1.5 && >= 1.3.0.0
+-- , directory < 1.5 && >= 1.1.0.2
--
-- flag dev
-- description: Build development components