diff options
-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 7788130..2062562 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -67,7 +67,7 @@ library if !os(windows) build-depends: unix < 2.8 && >= 2.5.1.1 build-depends: unix-compat < 0.5 && >= 0.4.3.1 - , semigroupoids < 5.3 && >= 5.2.1 + , semigroupoids < 5.3 && >= 5.2 , ghc-prim -- [Note ghc-prim] |