@@ -47,28 +47,28 @@ library
47
47
-- text and mtl are bundled starting with GHC-8.4
48
48
build-depends :
49
49
base >= 4.9 && < 5
50
- , bytestring >= 0.10.8.1
50
+ , bytestring >= 0.10.8.1 && < 0.13
51
51
, containers >= 0.5.7.1 && < 0.7
52
- , mtl >= 2.2.2
53
- , text >= 1.2.3.0
54
- , transformers >= 0.5.2.0
52
+ , mtl >= 2.2.2 && < 2.4
53
+ , text >= 1.2.3.0 && < 2.2
54
+ , transformers >= 0.5.2.0 && < 0.7
55
55
56
56
if impl(ghcjs -any) || arch(javascript)
57
57
build-depends : ghcjs-base
58
58
59
59
-- Servant dependencies.
60
60
-- Strict dependency on `servant-client-core` as we re-export things.
61
- build-depends : servant-client-core >= 0.16
61
+ build-depends : servant-client-core >= 0.16 && < 0.21
62
62
build-depends :
63
- base-compat >= 0.10.5
63
+ base-compat >= 0.10.5 && <= 0.13.1
64
64
, case-insensitive >= 1.2.0.0 && < 1.3
65
65
, exceptions >= 0.10.0 && < 0.11
66
66
, ghcjs-dom >= 0.9.4.0 && < 0.10
67
67
, http-media >= 0.7.1.3 && < 0.9
68
68
, http-types >= 0.12.2 && < 0.13
69
69
, jsaddle >= 0.9.6.0 && < 0.10
70
70
, monad-control >= 1.0.2.3 && < 1.1
71
- , semigroupoids >= 5.3.1
71
+ , semigroupoids >= 5.3.1 && < 6.1
72
72
, string-conversions >= 0.3 && < 0.5
73
73
, transformers-base >= 0.4.4 && < 0.5
74
74
0 commit comments