Bump upper bounds for safe
This commit is contained in:
+2
-2
@@ -11,6 +11,7 @@ copyright: 2016-2017 Stephen Diehl
|
|||||||
category: Prelude
|
category: Prelude
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
bug-reports: https://github.com/sdiehl/protolude/issues
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC == 7.6.1,
|
GHC == 7.6.1,
|
||||||
GHC == 7.6.2,
|
GHC == 7.6.2,
|
||||||
@@ -24,7 +25,6 @@ tested-with:
|
|||||||
GHC == 7.10.3,
|
GHC == 7.10.3,
|
||||||
GHC == 8.0.1,
|
GHC == 8.0.1,
|
||||||
GHC == 8.2.1
|
GHC == 8.2.1
|
||||||
Bug-Reports: https://github.com/sdiehl/protolude/issues
|
|
||||||
|
|
||||||
description:
|
description:
|
||||||
A sensible set of defaults for writing custom Preludes.
|
A sensible set of defaults for writing custom Preludes.
|
||||||
@@ -80,7 +80,7 @@ library
|
|||||||
|
|
||||||
if impl(ghc >= 7.8.0)
|
if impl(ghc >= 7.8.0)
|
||||||
build-depends:
|
build-depends:
|
||||||
safe >= 0.3 && <0.3.16
|
safe >= 0.3 && <0.4
|
||||||
else
|
else
|
||||||
build-depends:
|
build-depends:
|
||||||
safe >= 0.3 && <0.3.10
|
safe >= 0.3 && <0.3.10
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
resolver: lts-10.0
|
||||||
|
packages:
|
||||||
|
- '.'
|
||||||
|
extra-deps:
|
||||||
|
flags: {}
|
||||||
|
extra-package-dbs: []
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
resolver: lts-9.0
|
||||||
|
packages:
|
||||||
|
- '.'
|
||||||
|
extra-deps:
|
||||||
|
flags: {}
|
||||||
|
extra-package-dbs: []
|
||||||
@@ -9,3 +9,9 @@ STACK_YAML=stack-7.10.yaml stack build --no-terminal
|
|||||||
|
|
||||||
echo -e "\e[92mLTS 8.0"
|
echo -e "\e[92mLTS 8.0"
|
||||||
STACK_YAML=stack-8.0.yaml stack build --no-terminal
|
STACK_YAML=stack-8.0.yaml stack build --no-terminal
|
||||||
|
|
||||||
|
echo -e "\e[92mLTS 9.0"
|
||||||
|
STACK_YAML=stack-9.0.yaml stack build --no-terminal
|
||||||
|
|
||||||
|
echo -e "\e[92mLTS 10.0"
|
||||||
|
STACK_YAML=stack-10.0.yaml stack build --no-terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user