Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ghc-version #11

Merged
merged 1 commit into from
May 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ workflows:
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}

- haskell/build-with-binary-cache:
name: GHC 8.6.4
executor: haskell/ghc-8_6_4
name: GHC 8.6.5
executor: haskell/ghc-8_6_5
context: haskell-ci
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}

Expand All @@ -32,7 +32,7 @@ workflows:
requires:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.4
- GHC 8.6.5
checkout: true
filters:
branches:
Expand Down
2 changes: 1 addition & 1 deletion relation.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ copyright: (C) 2019 John Ky,
category: Data Structures
stability: Experimental
build-type: Simple
tested-with: GHC==7.4
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5
extra-source-files: LICENSE
README.md

Expand Down