Skip to content

Commit

Permalink
Merge pull request #1458 from tchoutri/master
Browse files Browse the repository at this point in the history
Use GHC 8.10.7 for CI & Cabal metadata
  • Loading branch information
tchoutri committed Oct 3, 2021
2 parents 5115c41 + c011f12 commit 48bc247
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ghc:
- "8.6.5"
- "8.8.4"
- "8.10.4"
- "8.10.7"
- "9.0.1"

steps:
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/basic-auth/basic-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-basic-auth
main-is: BasicAuth.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/basic-streaming/basic-streaming.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-basic-streaming
main-is: Streaming.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/curl-mock/curl-mock.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbock-curl-mock
main-is: CurlMock.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/custom-errors/custom-errors.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-custom-errors
main-is: CustomErrors.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/db-postgres-pool/db-postgres-pool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-db-postgres-pool
main-is: PostgresPool.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/db-sqlite-simple/db-sqlite-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-db-sqlite-simple
main-is: DBConnection.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/file-upload/file-upload.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-file-upload
main-is: FileUpload.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/generic/generic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-using-custom-monad
main-is: Generic.lhs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainer: haskell-servant-maintainers@googlegroups.com
category: Servant
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-hoist-server-with-context
main-is: HoistServerWithContext.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/https/https.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-https
main-is: Https.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/jwt-and-basic-auth/jwt-and-basic-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainer: haskell-servant-maintainers@googlegroups.com
category: Servant
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-jwt-and-basic-auth
main-is: JWTAndBasicAuth.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/pagination/pagination.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-pagination
main-is: Pagination.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/sentry/sentry.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-sentry
main-is: Sentry.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/structuring-apis/structuring-apis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-structuring-apis
main-is: StructuringApis.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/testing/testing.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainer: haskell-servant-maintainers@googlegroups.com
category: Servant
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-testing
main-is: Testing.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/using-custom-monad/using-custom-monad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-using-custom-monad
main-is: UsingCustomMonad.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/using-free-client/using-free-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: Servant Contributors
maintainer: haskell-servant-maintainers@googlegroups.com
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.3, GHC ==8.10.7

executable cookbook-using-free-client
main-is: UsingFreeClient.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook/uverb/uverb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainer: haskell-servant-maintainers@googlegroups.com
category: Servant
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.7

executable cookbook-uverb
main-is: UVerb.lhs
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/tutorial.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build-type: Simple
cabal-version: >=1.10
tested-with:
GHC==8.6.5
GHC==8.8.3, GHC ==8.10.1
GHC==8.8.3, GHC ==8.10.7
extra-source-files:
static/index.html
static/ui.js
Expand Down

0 comments on commit 48bc247

Please sign in to comment.