Skip to content

Commit

Permalink
Bump GHC-included package upper bounds (commercialhaskell/stackage#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed May 24, 2016
1 parent 3a7122e commit f848ceb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ library
, base-compat >=0.6 && <0.10
, base16-bytestring
, base64-bytestring
, binary >= 0.7
, binary >= 0.7 && < 0.9
, binary-tagged >= 0.1.1
, blaze-builder
, byteable
Expand Down Expand Up @@ -191,7 +191,7 @@ library
, persistent-sqlite >= 2.1.4 && < 2.6
, persistent-template >= 2.1.1 && < 2.6
, pretty >= 1.1.1.1
, process >= 1.2.0.0
, process >= 1.2.0.0 && < 1.5
, regex-applicative-text >=0.1.0.1 && <0.2
, resourcet >= 1.1.4.1
, retry >= 0.6 && < 0.8
Expand All @@ -201,13 +201,13 @@ library
, stm >= 2.4.4
, streaming-commons >= 0.1.10.0
, tar >= 0.4.1.0 && < 0.6
, template-haskell >= 2.9.0.0
, template-haskell >= 2.9.0.0 && < 2.12
, temporary >= 1.2.0.3
, text >= 1.2.0.4
, text-binary
, time >= 1.4.2
, time >= 1.4.2 && < 1.7
, tls >= 1.3.8
, transformers >= 0.3.0.0
, transformers >= 0.3.0.0 && < 0.6
, transformers-base >= 0.4.4
, unix-compat
, unordered-containers >= 0.2.5.1
Expand Down Expand Up @@ -253,7 +253,7 @@ executable stack
, path-io >= 1.1.0 && < 2.0.0
, stack
, text >= 1.2.0.4
, transformers
, transformers >= 0.3.0.0 && < 0.6
default-language: Haskell2010
if os(windows)
build-depends: Win32
Expand Down Expand Up @@ -298,7 +298,7 @@ test-suite stack-test
, stack
, temporary
, text
, transformers
, transformers >= 0.3.0.0 && < 0.6
default-language: Haskell2010

test-suite stack-integration-test
Expand All @@ -319,11 +319,11 @@ test-suite stack-integration-test
, directory
, filepath
, hspec < 2.3
, process
, process >= 1.2.0.0 && < 1.5
, resourcet
, temporary
, text
, transformers
, transformers >= 0.3.0.0 && < 0.6
, unix-compat
default-language: Haskell2010

Expand Down

0 comments on commit f848ceb

Please sign in to comment.