diff options
Diffstat (limited to 'hackage-metadata')
-rw-r--r-- | hackage-metadata/cabal-helper-0.7.1.0.cabal | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/hackage-metadata/cabal-helper-0.7.1.0.cabal b/hackage-metadata/cabal-helper-0.7.1.0.cabal index 1830d98..885238d 100644 --- a/hackage-metadata/cabal-helper-0.7.1.0.cabal +++ b/hackage-metadata/cabal-helper-0.7.1.0.cabal @@ -1,3 +1,4 @@ +x-revision: 1 name: cabal-helper version: 0.7.1.0 synopsis: Simple interface to some of Cabal's configuration state used by ghc-mod @@ -54,7 +55,7 @@ library , filepath < 1.5 && >= 1.3.0.0 , transformers < 0.6 && >= 0.3.0.0 , mtl == 2.2.* - , process < 1.3 && >= 1.1.0.1 + , process < 1.5 && >= 1.1.0.1 , ghc-prim Executable cabal-helper-wrapper-v0.7 @@ -76,9 +77,9 @@ Executable cabal-helper-wrapper-v0.7 , Cabal >= 1.14 && < 1.26 , directory < 1.5 && >= 1.1.0.2 , filepath < 1.5 && >= 1.3.0.0 - , process < 1.3 && >= 1.1.0.1 + , process < 1.5 && >= 1.1.0.1 , transformers < 0.6 && >= 0.3.0.0 - , template-haskell < 2.11 && >= 2.7.0.0 + , template-haskell < 2.12 && >= 2.7.0.0 , temporary == 1.2.* , utf8-string , ghc-prim @@ -107,11 +108,11 @@ Test-Suite spec , filepath < 1.5 && >= 1.3.0.0 , transformers < 0.6 && >= 0.3.0.0 , mtl == 2.2.* - , process < 1.3 && >= 1.1.0.1 + , process < 1.5 && >= 1.1.0.1 , ghc-prim , bytestring < 0.11 && >= 0.9.2.1 , utf8-string - , template-haskell < 2.11 && >= 2.7.0.0 + , template-haskell < 2.12 && >= 2.7.0.0 , temporary == 1.2.* -- custom-setup |