Skip to content

Commit 200a177

Browse files
committed
Bump upper bounds
1 parent 2a14c97 commit 200a177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

streaming-utils.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: streaming-utils
2-
version: 0.2.0.0
2+
version: 0.2.1.0
33
synopsis: http, attoparsec, pipes and other utilities for the streaming libraries
44

55
description: This package includes http-client, aeson, attoparsec, zlib and pipes utilities for use with
@@ -66,9 +66,9 @@ library
6666
build-depends: base >=4.8 && <5.0,
6767
transformers >=0.4 && <0.6,
6868
mtl >=2.2 && <2.3,
69-
attoparsec > 0.13.0.0 && < 0.14,
69+
attoparsec > 0.13.0.0 && < 0.15,
7070
streaming >= 0.2 && < 0.3,
71-
streaming-bytestring >= 0.1 && < 0.2,
71+
streaming-bytestring >= 0.1 && < 0.3,
7272
bytestring > 0.10 && < 0.11,
7373
pipes >= 4.0 && < 4.4,
7474
network-simple,

0 commit comments

Comments
 (0)