Skip to content

Commit 48bc247

Browse files
authored
Merge pull request #1458 from tchoutri/master
Use GHC 8.10.7 for CI & Cabal metadata
2 parents 5115c41 + c011f12 commit 48bc247

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ghc:
1818
- "8.6.5"
1919
- "8.8.4"
20-
- "8.10.4"
20+
- "8.10.7"
2121
- "9.0.1"
2222

2323
steps:

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.6.5, GHC==8.8.3, GHC ==8.10.1
11+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
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.6.5, GHC==8.8.3, GHC ==8.10.1
11+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
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.6.5, GHC==8.8.3, GHC ==8.10.1
11+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
1212

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

doc/cookbook/custom-errors/custom-errors.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.6.5, GHC==8.8.3, GHC ==8.10.1
11+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
1212

1313
executable cookbook-custom-errors
1414
main-is: CustomErrors.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.6.5, GHC==8.8.3, GHC ==8.10.1
11+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
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.6.5, GHC==8.8.3, GHC ==8.10.1
11+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
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.6.5, GHC==8.8.3, GHC ==8.10.1
11+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
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.6.5, GHC==8.8.3, GHC ==8.10.1
11+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
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.6.5, GHC==8.8.3, GHC ==8.10.1
14+
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7
1515

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

0 commit comments

Comments
 (0)