Skip to content

Commit

Permalink
Bump upper-bound of streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Jan 3, 2018
1 parent a1ccd1c commit a7185ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library
, resourcet >= 1.1.8.1
, scientific
, monad-control >= 1.0.1.0 && < 1.1
, streaming >=0.1 && <0.2
, streaming >=0.1 && <0.3
, streaming-postgresql-simple
, tagged >=0.8 && <0.9
, text
Expand All @@ -59,4 +59,4 @@ test-suite example
type: exitcode-stdio-1.0
hs-source-dirs: doc
main-is: Example.hs
build-depends: base, rel8
build-depends: base, rel8

0 comments on commit a7185ba

Please sign in to comment.