11cabal-version : 2.2
22name : http-io-streams
3- version : 0.1.7.0
3+ version : 0.1.7.1
44
55synopsis : HTTP and WebSocket client based on io-streams
66description :
@@ -61,22 +61,22 @@ flag fast-xor
6161
6262common settings
6363 build-depends :
64- , base >= 4.5 && < 5
64+ , base >= 4.9 && < 5
6565 , attoparsec ^>= 0.13.2.2 || ^>= 0.14.4
6666 , base64-bytestring ^>= 1.2.1.0
6767 , blaze-builder ^>= 0.4.1.0
6868 , bytestring >= 0.10.0.0 && < 0.13
6969 , case-insensitive ^>= 1.2.0.11
70- , containers >= 0.5.0.0 && < 0.8
71- , directory ^>= 1.2.0.1 || ^>= 1.3.0.0
70+ , containers >= 0.5.7.1 && < 0.8
71+ , directory ^>= 1.2.6.2 || ^>= 1.3.0.0
7272 , HsOpenSSL ^>= 0.11.2
7373 , io-streams ^>= 1.5.0.1
7474 , mtl ^>= 2.2.2 || ^>= 2.3.1
75- , network ^>= 2.6.0.0 || ^>= 2.7.0.0 || ^>= 2.8.0.0 || ^>= 3.0.0.0 || ^>= 3.1.0.0 || ^>= 3.2.0.0
76- , network-uri ^>= 2.6.0 .0
75+ , network ^>= 2.6.3.1 || ^>= 2.7.0.0 || ^>= 2.8.0.0 || ^>= 3.0.0.0 || ^>= 3.1.0.0 || ^>= 3.2.0.0
76+ , network-uri ^>= 2.6.1 .0
7777 , openssl-streams ^>= 1.2.1.3
7878 , text ^>= 1.2.3.0 || ^>= 2.0 || ^>= 2.1
79- , transformers ^>= 0.3.0.0 || ^ >= 0.4.2.0 || ^ >= 0. 5.2.0 || ^>= 0.6.0.4
79+ , transformers ^>= 0.5.2.0 || ^>= 0.6.0.4
8080
8181 default-language : Haskell2010
8282 other-extensions :
@@ -93,9 +93,10 @@ common settings
9393
9494 ghc-options :
9595 -Wall
96- -fno-warn-missing-signatures
97- -fno-warn-unused-binds
98- -fno-warn-unused-do-bind
96+ -Wcompat
97+ -Wno-missing-signatures
98+ -Wno-unused-binds
99+ -Wno-unused-do-bind
99100 -funbox-strict-fields
100101
101102library
@@ -114,7 +115,7 @@ library
114115 brotli-streams ^>= 0.0.0.0
115116
116117 build-depends :
117- , binary ^>= 0.7.1 || ^ >= 0. 8.3
118+ , binary ^>= 0.8.3.0
118119 , cryptohash-sha1 ^>= 0.11.100
119120
120121 hs-source-dirs : http-streams/lib
@@ -159,15 +160,14 @@ test-suite test
159160 build-depends :
160161 -- http-io-streams
161162 , aeson
162- , attoparsec-aeson
163163 , aeson-pretty
164+ , attoparsec-aeson
165+ , directory
164166 , hspec
165167 , hspec-expectations
166168 , HUnit
167169 , lifted-base
168170 , snap
169171 , snap-core
170172 , snap-server
171- , system-filepath
172- , directory
173173 , unordered-containers
0 commit comments