Skip to content

Commit 507ebc6

Browse files
committed
Bump upper bounds
1 parent 0260f77 commit 507ebc6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

streaming-utils.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ library
6767
build-depends: base >=4.7 && <5.0,
6868
transformers >=0.4 && <0.5.3,
6969
mtl >=2.2 && <2.3,
70-
attoparsec > 0.13.0.0 && < 0.13.2.0,
71-
streaming >= 0.1.4.0 && < 0.1.4.8,
72-
streaming-bytestring >= 0.1.4.0 && < 0.1.4.8,
70+
attoparsec > 0.13.0.0 && < 0.14,
71+
streaming >= 0.1.4.0 && < 0.3,
72+
streaming-bytestring >= 0.1.4.0 && < 0.2,
7373
bytestring > 0.10.0 && < 0.11.0,
7474
pipes >= 4.0 && < 4.4,
7575
network-simple,
7676
network,
7777
http-client >=0.2 && <0.6,
7878
http-client-tls,
79-
aeson > 0.8 && <1.2,
79+
aeson > 0.8 && <1.3,
8080
json-stream > 0.4.0 && < 0.4.2,
8181
resourcet > 1.0 && < 1.2,
82-
streaming-commons > 0.1.0 && < 0.1.18
82+
streaming-commons > 0.1.0 && < 0.2
8383

8484
-- hs-source-dirs:
8585
default-language: Haskell2010

0 commit comments

Comments
 (0)