Skip to content

Commit f089f8d

Browse files
committed
Relax bounds for ghc-8.8
1 parent 19dee18 commit f089f8d

File tree

29 files changed

+90
-85
lines changed

29 files changed

+90
-85
lines changed

.travis.yml

Lines changed: 39 additions & 45 deletions
Large diffs are not rendered by default.

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages:
1616

1717
-- servant GHCJS
1818
packages:
19-
-- servant-jsaddle/
19+
servant-jsaddle/
2020

2121
-- Cookbooks
2222
packages:

doc/cookbook/basic-auth/basic-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: Servant Contributors
88
maintainer: [email protected]
99
build-type: Simple
1010
cabal-version: >=1.10
11-
tested-with: GHC==8.4.4, GHC==8.6.5
11+
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
1212

1313
executable cookbook-basic-auth
1414
main-is: BasicAuth.lhs

doc/cookbook/basic-streaming/basic-streaming.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: Servant Contributors
88
maintainer: [email protected]
99
build-type: Simple
1010
cabal-version: >=1.10
11-
tested-with: GHC==8.4.4, GHC==8.6.5
11+
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
1212

1313
executable cookbook-basic-streaming
1414
main-is: Streaming.lhs
@@ -17,7 +17,7 @@ executable cookbook-basic-streaming
1717
ghc-options: -Wall -pgmL markdown-unlit -threaded -rtsopts
1818

1919
hs-source-dirs: .
20-
build-depends: base >= 4.8 && <4.13
20+
build-depends: base >= 4.8 && <5
2121
, aeson
2222
, bytestring
2323
, servant

doc/cookbook/curl-mock/curl-mock.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: Servant Contributors
88
maintainer: [email protected]
99
build-type: Simple
1010
cabal-version: >=1.10
11-
tested-with: GHC==8.4.4, GHC==8.6.5
11+
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
1212

1313
executable cookbock-curl-mock
1414
main-is: CurlMock.lhs

doc/cookbook/db-postgres-pool/db-postgres-pool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: Servant Contributors
88
maintainer: [email protected]
99
build-type: Simple
1010
cabal-version: >=1.10
11-
tested-with: GHC==8.4.4, GHC==8.6.5
11+
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
1212

1313
executable cookbook-db-postgres-pool
1414
main-is: PostgresPool.lhs

doc/cookbook/db-sqlite-simple/db-sqlite-simple.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: Servant Contributors
88
maintainer: [email protected]
99
build-type: Simple
1010
cabal-version: >=1.10
11-
tested-with: GHC==8.4.4, GHC==8.6.5
11+
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
1212

1313
executable cookbook-db-sqlite-simple
1414
main-is: DBConnection.lhs

doc/cookbook/file-upload/file-upload.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: Servant Contributors
88
maintainer: [email protected]
99
build-type: Simple
1010
cabal-version: >=1.10
11-
tested-with: GHC==8.4.4, GHC==8.6.5
11+
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
1212

1313
executable cookbook-file-upload
1414
main-is: FileUpload.lhs

doc/cookbook/generic/generic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: Servant Contributors
88
maintainer: [email protected]
99
build-type: Simple
1010
cabal-version: >=1.10
11-
tested-with: GHC==8.4.4, GHC==8.6.5
11+
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
1212

1313
executable cookbook-using-custom-monad
1414
main-is: Generic.lhs

doc/cookbook/hoist-server-with-context/hoist-server-with-context.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainer: [email protected]
1111
category: Servant
1212
build-type: Simple
1313
cabal-version: >=1.10
14-
tested-with: GHC==8.4.4, GHC==8.6.5
14+
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
1515

1616
executable cookbook-hoist-server-with-context
1717
main-is: HoistServerWithContext.lhs

0 commit comments

Comments
 (0)