Skip to content

Commit

Permalink
stack.cabal: relax upper bounds for ghc 8.0.2 (fixes #3001)
Browse files Browse the repository at this point in the history
Hackage metadata has also been updated for stack-1.3.2
  • Loading branch information
borsboom committed Feb 13, 2017
1 parent 38ca04d commit 37ebce1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2016-12-27
resolver: nightly-2017-02-13
image:
containers:
- base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
Expand All @@ -8,3 +8,7 @@ nix:
enable: false
packages:
- zlib
extra-deps:
- store-0.3
- store-core-0.3
- th-utilities-0.2.0.1
22 changes: 11 additions & 11 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ library
System.Process.Read
System.Process.Run
build-depends: Cabal >= 1.18.1.5 && < 1.25
, aeson (>= 1.0 && < 1.1)
, aeson (>= 1.0 && < 1.2)
, ansi-terminal >= 0.6.2.3
, async >= 2.0.2 && < 2.2
, attoparsec >= 0.12.1.5 && < 0.14
Expand All @@ -196,7 +196,7 @@ library
, containers >= 0.5.5.1
, cryptohash >= 0.11.6
, cryptohash-conduit
, directory >= 1.2.1.0
, directory >= 1.2.1.0 && < 1.4
, either
, errors < 2.2
, exceptions >= 0.8.0.2
Expand Down Expand Up @@ -254,15 +254,15 @@ library
, unicode-transforms >= 0.1 && <0.3
, unix-compat
, unordered-containers >= 0.2.5.1
, vector >= 0.10.12.3 && < 0.12
, vector >= 0.10.12.3 && < 0.13
, vector-binary-instances
, yaml >= 0.8.20
, zlib >= 0.5.4.2 && < 0.7
, deepseq >= 1.4
, hastache
, project-template >= 0.2
, zip-archive < 0.4
, hpack >= 0.14.0 && < 0.16
, hpack >= 0.14.0 && < 0.18
, store >= 0.2.1.0
, annotated-wl-pprint
, file-embed >= 0.0.10
Expand All @@ -286,11 +286,11 @@ executable stack
, base >=4.7 && < 5
, bytestring >= 0.10.4.0
, containers >= 0.5.5.1
, directory >= 1.2.1.0
, directory >= 1.2.1.0 && < 1.4
, either
, filelock >= 0.1.0.1
, filepath >= 1.3.0.2
, hpack >= 0.14.0 && < 0.16
, hpack >= 0.14.0 && < 0.18
, http-client >= 0.5.3.3
-- https://github.com/basvandijk/lifted-base/issues/31
, lifted-base < 0.2.3.7 || > 0.2.3.7
Expand Down Expand Up @@ -344,10 +344,10 @@ test-suite stack-test
, conduit-extra
, containers >= 0.5.5.1
, cryptohash
, directory >= 1.2.1.0
, directory >= 1.2.1.0 && < 1.4
, exceptions
, filepath
, hspec >= 2.2 && <2.4
, hspec >= 2.2 && <2.5
, http-client-tls
, http-conduit
, monad-logger
Expand All @@ -365,7 +365,7 @@ test-suite stack-test
, smallcheck
, bytestring
, store >= 0.2.1.0
, vector
, vector >= 0.10.12.3 && < 0.13
, template-haskell
, yaml
default-language: Haskell2010
Expand All @@ -387,9 +387,9 @@ test-suite stack-integration-test
, conduit >= 1.2.8
, conduit-extra >= 1.1.14
, containers >= 0.5.5.1
, directory >= 1.2.1.0
, directory >= 1.2.1.0 && < 1.4
, filepath >= 1.3.0.2
, hspec >= 2.2 && < 2.4
, hspec >= 2.2 && < 2.5
, process >= 1.2.0.0 && < 1.5
, resourcet
, temporary
Expand Down

0 comments on commit 37ebce1

Please sign in to comment.