diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-08-21 03:32:42 +0200 |
---|---|---|
committer | Daniel Gröber (dxld) <dxld@darkboxed.org> | 2019-09-17 17:48:26 +0200 |
commit | 83fa1ceb414f51caa1e17f2e5ac3908b3f6c4107 (patch) | |
tree | f289f4cf035ecee7f56318d580744a4ed1cfd0e1 /cabal-helper.cabal | |
parent | 56bb48210a0e0241216e0dcebee26ec479c73c5d (diff) |
Remove pretty-show dependency
It's a bit heavy just for a single use-site for debugging.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 4c1965f..ede2124 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -112,7 +112,6 @@ common build-deps , filepath < 1.5 && >= 1.4.1.1 , mtl < 2.3 && >= 2.0 , process < 1.7 && >= 1.4.3.0 - , pretty-show < 1.9 && >= 1.8.1 , semigroups < 0.19 && >= 0.18 , semigroupoids < 5.4 && >= 5.2 , SHA < 1.7 && >= 1.6.4.4 @@ -186,6 +185,7 @@ test-suite ghc-session ghc-options: -Wall build-depends: ghc < 8.7 && >= 8.0.2 , ghc-paths < 0.2 && >= 0.1.0.9 + , pretty-show < 1.9 && >= 1.8.1 , cabal-helper , c-h-internal |