Bump base & ghc-prim bounds for 8.10.1

This commit is contained in:
sdiehl
2020-03-27 09:12:59 +00:00
parent 7e081500f3
commit 68f668951f
+3 -3
View File
@@ -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,