diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index fa071f0..3115522 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -112,7 +112,7 @@ library , directory < 1.4 && >= 1.2.1.0 , filepath < 1.5 && >= 1.3.0.0 , mtl < 2.3 && >= 2.0 - , process < 1.7 && >= 1.1.0.1 + , process < 1.7 && >= 1.2.3.0 , pretty-show < 1.9 && >= 1.8.1 , semigroupoids < 5.3 && >= 5.2 , SHA < 1.7 && >= 1.6.4.4 @@ -163,7 +163,7 @@ test-suite compile-test , directory < 1.4 && >= 1.2.1.0 , filepath < 1.5 && >= 1.3.0.0 , mtl < 2.3 && >= 2.0 - , process < 1.7 && >= 1.1.0.1 + , process < 1.7 && >= 1.2.3.0 , pretty-show < 1.9 && >= 1.8.1 , SHA < 1.7 && >= 1.6.4.4 , text < 1.3 && >= 1.0.0.0 @@ -214,7 +214,7 @@ test-suite ghc-session , directory < 1.4 && >= 1.2.1.0 , filepath < 1.5 && >= 1.3.0.0 , mtl < 2.3 && >= 2.0 - , process < 1.7 && >= 1.1.0.1 + , process < 1.7 && >= 1.2.3.0 , pretty-show < 1.9 && >= 1.8.1 , SHA < 1.7 && >= 1.6.4.4 , text < 1.3 && >= 1.0.0.0 |