diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index b3131a1..07aadb4 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -62,6 +62,7 @@ library , mtl < 2.3 && >= 2.0 , process < 1.7 && >= 1.1.0.1 , unix < 2.8 && >= 2.5.1.1 + , semigroupoids < 5.3 && >= 5.2.1 executable cabal-helper-wrapper default-language: Haskell2010 |