Skip to content

Commit a8d5443

Browse files
committed
Build jsaddle with GHC-8.8
Closes haskell-servant/servant#1227
1 parent 976f099 commit a8d5443

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

servant-jsaddle.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ category: Servant, Web
2222
build-type: Simple
2323
cabal-version: >=1.10
2424
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
2626
, GHCJS ==8.4
2727

2828
homepage: http://haskell-servant.readthedocs.org/
@@ -46,7 +46,7 @@ library
4646
-- Bundled with GHC: Lower bound to not force re-installs
4747
-- text and mtl are bundled starting with GHC-8.4
4848
build-depends:
49-
base >=4.9 && <4.13
49+
base >=4.9 && <4.14
5050
, bytestring >=0.10.8.1 && <0.11
5151
, containers >=0.5.7.1 && <0.7
5252
, mtl >=2.2.2 && <2.3
@@ -60,10 +60,10 @@ library
6060
-- Strict dependency on `servant-client-core` as we re-export things.
6161
build-depends: servant-client-core >=0.16 && <0.16.1
6262
build-depends:
63-
base-compat >=0.10.5 && <0.11
63+
base-compat >=0.10.5 && <0.12
6464
, case-insensitive >=1.2.0.0 && <1.3
6565
, exceptions >=0.10.0 && <0.11
66-
, ghcjs-dom
66+
, ghcjs-dom >=0.9.4.0 && <0.10
6767
, http-media >=0.7.1.3 && <0.9
6868
, http-types >=0.12.2 && <0.13
6969
, jsaddle >=0.9.6.0 && <0.10

0 commit comments

Comments
 (0)