Bump base upper bound for GHC 8.2
This commit is contained in:
@@ -19,6 +19,7 @@ env:
|
||||
- CABALVER=1.22 GHCVER=7.10.2
|
||||
- CABALVER=1.22 GHCVER=7.10.3
|
||||
- CABALVER=1.24 GHCVER=8.0.1
|
||||
- CABALVER=2.0 GHCVER=8.2.1
|
||||
|
||||
# Note: the distinction between `before_install` and `install` is not
|
||||
# important.
|
||||
|
||||
+3
-2
@@ -22,7 +22,8 @@ tested-with:
|
||||
GHC == 7.10.1,
|
||||
GHC == 7.10.2,
|
||||
GHC == 7.10.3,
|
||||
GHC == 8.0.1
|
||||
GHC == 8.0.1,
|
||||
GHC == 8.2.1
|
||||
Bug-Reports: https://github.com/sdiehl/protolude/issues
|
||||
|
||||
description:
|
||||
@@ -65,7 +66,7 @@ library
|
||||
-fwarn-implicit-prelude
|
||||
|
||||
build-depends:
|
||||
base >= 4.6 && <4.10,
|
||||
base >= 4.6 && <4.11,
|
||||
array >= 0.4 && <0.6,
|
||||
ghc-prim >= 0.3 && <0.6,
|
||||
async >= 2.0 && <2.2,
|
||||
|
||||
Reference in New Issue
Block a user