Skip to content

Commit ec5574b

Browse files
committed
Allow http-media-0.8 and QuickCheck-2.13
1 parent 94e00d3 commit ec5574b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

servant-client-core/servant-client-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ library
7777
, base64-bytestring >= 1.0.0.1 && < 1.1
7878
, exceptions >= 0.10.0 && < 0.11
7979
, free >= 5.1 && < 5.2
80-
, http-media >= 0.7.1.3 && < 0.8
80+
, http-media >= 0.7.1.3 && < 0.9
8181
, http-types >= 0.12.2 && < 0.13
8282
, network-uri >= 2.6.1.0 && < 2.7
8383
, safe >= 0.3.17 && < 0.4
@@ -105,7 +105,7 @@ test-suite spec
105105
build-depends:
106106
deepseq >= 1.4.2.0 && < 1.5
107107
, hspec >= 2.6.0 && < 2.8
108-
, QuickCheck >= 2.12.6.1 && < 2.13
108+
, QuickCheck >= 2.12.6.1 && < 2.14
109109

110110
build-tool-depends:
111111
hspec-discover:hspec-discover >= 2.6.0 && <2.8

servant-client-ghcjs/servant-client-ghcjs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
, exceptions >=0.8 && <0.11
4646
, ghcjs-base >=0.2.0.0 && <0.3.0.0
4747
, ghcjs-prim >=0.1.0.0 && <0.2.0.0
48-
, http-media >=0.6.2 && <0.8
48+
, http-media >=0.6.2 && <0.9
4949
, http-types >=0.12 && <0.13
5050
, monad-control >=1.0.0.4 && <1.1
5151
, mtl >=2.2.2 && <2.3

servant-client/servant-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ library
6969
build-depends:
7070
base-compat >= 0.10.5 && < 0.11
7171
, http-client >= 0.5.13.1 && < 0.7
72-
, http-media >= 0.7.1.3 && < 0.8
72+
, http-media >= 0.7.1.3 && < 0.9
7373
, http-types >= 0.12.2 && < 0.13
7474
, exceptions >= 0.10.0 && < 0.11
7575
, kan-extensions >= 5.2 && < 5.3
@@ -125,7 +125,7 @@ test-suite spec
125125
, hspec >= 2.6.0 && < 2.8
126126
, HUnit >= 1.6.0.0 && < 1.7
127127
, network >= 2.8.0.0 && < 3.1
128-
, QuickCheck >= 2.12.6.1 && < 2.13
128+
, QuickCheck >= 2.12.6.1 && < 2.14
129129
, servant == 0.16.*
130130
, servant-server == 0.16.*
131131
, tdigest >= 0.2 && < 0.3

servant-docs/servant-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ library
6363
, case-insensitive >= 1.2.0.11 && < 1.3
6464
, control-monad-omega >= 0.3.1 && < 0.4
6565
, hashable >= 1.2.7.0 && < 1.3
66-
, http-media >= 0.7.1.3 && < 0.8
66+
, http-media >= 0.7.1.3 && < 0.9
6767
, http-types >= 0.12.2 && < 0.13
6868
, lens >= 4.17 && < 4.18
6969
, string-conversions >= 0.4.0.1 && < 0.5

servant-http-streams/servant-http-streams.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ library
6767
base-compat >= 0.10.5 && < 0.11
6868
, case-insensitive
6969
, http-streams >= 0.8.6.1 && < 0.9
70-
, http-media >= 0.7.1.3 && < 0.8
70+
, http-media >= 0.7.1.3 && < 0.9
7171
, io-streams >= 1.5.0.1 && < 1.6
7272
, http-types >= 0.12.2 && < 0.13
7373
, http-common >= 0.8.2.0 && < 0.9
@@ -119,7 +119,7 @@ test-suite spec
119119
, hspec >= 2.6.0 && < 2.8
120120
, HUnit >= 1.6.0.0 && < 1.7
121121
, network >= 2.8.0.0 && < 3.1
122-
, QuickCheck >= 2.12.6.1 && < 2.13
122+
, QuickCheck >= 2.12.6.1 && < 2.14
123123
, servant == 0.16.*
124124
, servant-server == 0.16.*
125125
, tdigest >= 0.2 && < 0.3

servant-server/servant-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ library
8888
base-compat >= 0.10.5 && < 0.11
8989
, base64-bytestring >= 1.0.0.1 && < 1.1
9090
, exceptions >= 0.10.0 && < 0.11
91-
, http-media >= 0.7.1.3 && < 0.8
91+
, http-media >= 0.7.1.3 && < 0.9
9292
, http-types >= 0.12.2 && < 0.13
9393
, network-uri >= 2.6.1.0 && < 2.8
9494
, monad-control >= 1.0.2.3 && < 1.1
@@ -165,7 +165,7 @@ test-suite spec
165165
, directory >= 1.3.0.0 && < 1.4
166166
, hspec >= 2.6.0 && < 2.8
167167
, hspec-wai >= 0.9.0 && < 0.10
168-
, QuickCheck >= 2.12.6.1 && < 2.13
168+
, QuickCheck >= 2.12.6.1 && < 2.14
169169
, should-not-typecheck >= 2.1.0 && < 2.2
170170
, temporary >= 1.3 && < 1.4
171171
, wai-extra >= 3.0.24.3 && < 3.1

servant/servant.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ library
110110
, bifunctors >= 5.5.3 && < 5.6
111111
, case-insensitive >= 1.2.0.11 && < 1.3
112112
, deepseq >= 1.4.2.0 && < 1.5
113-
, http-media >= 0.7.1.3 && < 0.8
113+
, http-media >= 0.7.1.3 && < 0.9
114114
, http-types >= 0.12.2 && < 0.13
115115
, mmorph >= 1.1.2 && < 1.2
116116
, network-uri >= 2.6.1.0 && < 2.7
117-
, QuickCheck >= 2.12.6.1 && <2.13
117+
, QuickCheck >= 2.12.6.1 && < 2.14
118118
, string-conversions >= 0.4.0.1 && < 0.5
119119
, tagged >= 0.8.6 && < 0.9
120120
, vault >= 0.3.1.2 && < 0.4
@@ -170,7 +170,7 @@ test-suite spec
170170
-- Additonal dependencies
171171
build-depends:
172172
hspec >= 2.6.0 && < 2.8
173-
, QuickCheck >= 2.12.6.1 && < 2.13
173+
, QuickCheck >= 2.12.6.1 && < 2.14
174174
, quickcheck-instances >= 0.3.19 && < 0.4
175175

176176
build-tool-depends:

0 commit comments

Comments
 (0)