Skip to content

Commit ecbc04b

Browse files
committed
Regenerate .travis.yml; GHC-8.6.5; add GHCJS
1 parent 7de93f9 commit ecbc04b

File tree

30 files changed

+177
-119
lines changed

30 files changed

+177
-119
lines changed

.travis.yml

Lines changed: 141 additions & 91 deletions
Large diffs are not rendered by default.

cabal.haskell-ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ folds: all-but-test
22
branches: master
33
jobs-selection: any
44

5+
-- https://github.com/haskell/cabal/issues/6176
6+
ghcjs-tools: hspec-discover
7+
58
-- We have inplace packages (servant-js) so we skip installing dependencies in a separate step
69
install-dependencies: False
710

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.4
11+
tested-with: GHC==8.4.4, GHC==8.6.5
1212

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

doc/cookbook/basic-streaming/basic-streaming.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.4
11+
tested-with: GHC==8.4.4, GHC==8.6.5
1212

1313
executable cookbook-basic-streaming
1414
main-is: Streaming.lhs

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.4
11+
tested-with: GHC==8.4.4, GHC==8.6.5
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.4
11+
tested-with: GHC==8.4.4, GHC==8.6.5
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.4
11+
tested-with: GHC==8.4.4, GHC==8.6.5
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.4
11+
tested-with: GHC==8.4.4, GHC==8.6.5
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.4
11+
tested-with: GHC==8.4.4, GHC==8.6.5
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.4
14+
tested-with: GHC==8.4.4, GHC==8.6.5
1515

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

0 commit comments

Comments
 (0)