Skip to content

Commit

Permalink
Bump async upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Jan 6, 2016
1 parent 2042368 commit 315ffcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ library
build-depends: Cabal >= 1.18.1.5
, aeson >= 0.8.0.2 && < 0.11
, ansi-terminal >= 0.6.2.3
, async >= 2.0.2
, async >= 2.0.2 && < 2.2
, attoparsec >= 0.12.1.5 && < 0.14
, base >= 4.7 && <5
, base16-bytestring
Expand Down Expand Up @@ -306,7 +306,7 @@ test-suite stack-integration-test

build-depends: base >= 4.7 && < 5
, temporary
, hspec <2.3
, hspec < 2.3
, process
, filepath
, directory
Expand All @@ -316,7 +316,7 @@ test-suite stack-integration-test
, conduit
, conduit-extra
, resourcet
, async
, async < 2.2
, transformers
, bytestring
default-language: Haskell2010
Expand Down

0 comments on commit 315ffcf

Please sign in to comment.