diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-10-10 21:45:34 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-10-26 04:33:05 +0200 |
commit | 2968c76b2c4bf60a273f2da161b1552cb1e15fe9 (patch) | |
tree | 4fe5b95059891ffaca1248157cc7f0d31a548adf /cabal-helper.cabal | |
parent | 12e1be31c09161dec1fa70f15ede84ba9965a365 (diff) |
Support hashing runtime sources
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index b7b5f73..19aa890 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -115,6 +115,7 @@ library , process < 1.7 && >= 1.1.0.1 , pretty-show < 1.9 && >= 1.8.1 , semigroupoids < 5.3 && >= 5.2 + , SHA < 1.7 && >= 1.6.4.4 , text < 1.3 && >= 1.0.0.0 , template-haskell < 2.14 && >= 2.7.0.0 , temporary < 1.3 && >= 1.2.1 @@ -164,6 +165,7 @@ test-suite compile-test , mtl < 2.3 && >= 2.0 , process < 1.7 && >= 1.1.0.1 , pretty-show < 1.9 && >= 1.8.1 + , SHA < 1.7 && >= 1.6.4.4 , text < 1.3 && >= 1.0.0.0 , template-haskell < 2.14 && >= 2.7.0.0 , temporary < 1.3 && >= 1.2.1 @@ -214,6 +216,7 @@ test-suite ghc-session , mtl < 2.3 && >= 2.0 , process < 1.7 && >= 1.1.0.1 , pretty-show < 1.9 && >= 1.8.1 + , SHA < 1.7 && >= 1.6.4.4 , text < 1.3 && >= 1.0.0.0 , template-haskell < 2.14 && >= 2.7.0.0 , temporary < 1.3 && >= 1.2.1 |