diff --git a/protolude.cabal b/protolude.cabal index 46af9f230..b12fa3efd 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -75,9 +75,9 @@ library -fwarn-implicit-prelude build-depends: - base >= 4.6 && <4.14, + base >= 4.6 && <4.15, array >= 0.4 && <0.6, - ghc-prim >= 0.3 && <0.6, + ghc-prim >= 0.3 && <0.7, async >= 2.0 && <2.3, deepseq >= 1.3 && <1.5, containers >= 0.5 && <0.7, @@ -104,7 +104,7 @@ executable exports buildable: False build-depends: protolude, - base >= 4.6 && <4.14, + base >= 4.6 && <4.15, ghc, ghc-paths, directory,