From 68f668951fd143103c3a1aa162bafb214eac786c Mon Sep 17 00:00:00 2001 From: sdiehl Date: Fri, 27 Mar 2020 09:12:59 +0000 Subject: [PATCH] Bump base & ghc-prim bounds for 8.10.1 --- protolude.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,