@@ -22,7 +22,7 @@ category: Servant, Web
22
22
build-type : Simple
23
23
cabal-version : >= 1.10
24
24
tested-with :
25
- GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5
25
+ GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5 || == 8.8.1
26
26
, GHCJS == 8.4
27
27
28
28
homepage : http://haskell-servant.readthedocs.org/
@@ -46,7 +46,7 @@ library
46
46
-- Bundled with GHC: Lower bound to not force re-installs
47
47
-- text and mtl are bundled starting with GHC-8.4
48
48
build-depends :
49
- base >= 4.9 && < 4.13
49
+ base >= 4.9 && < 4.14
50
50
, bytestring >= 0.10.8.1 && < 0.11
51
51
, containers >= 0.5.7.1 && < 0.7
52
52
, mtl >= 2.2.2 && < 2.3
@@ -60,10 +60,10 @@ library
60
60
-- Strict dependency on `servant-client-core` as we re-export things.
61
61
build-depends : servant-client-core >= 0.16 && < 0.16.1
62
62
build-depends :
63
- base-compat >= 0.10.5 && < 0.11
63
+ base-compat >= 0.10.5 && < 0.12
64
64
, case-insensitive >= 1.2.0.0 && < 1.3
65
65
, exceptions >= 0.10.0 && < 0.11
66
- , ghcjs-dom
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
0 commit comments