Skip to content

Commit

Permalink
Merge pull request #41 from haskell-works/tested-with-ghc-8.10.2
Browse files Browse the repository at this point in the history
Tested with ghc 8.10.2
  • Loading branch information
newhoggy authored Aug 22, 2020
2 parents 2c4228c + a94203b commit 03882f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ workflows:
cabal-test-extra: --test-show-details=direct --test-options='+RTS -g1'

- haskell/build-with-binary-cache:
name: GHC 8.10.1
executor: haskell/ghc-8_10_1
name: GHC 8.10.2
executor: haskell/ghc-8_10_2
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"}
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
Expand All @@ -47,7 +47,7 @@ workflows:
- GHC 8.4.4
- GHC 8.6.5
- GHC 8.8.3
- GHC 8.10.1
- GHC 8.10.2

- github/release-cabal:
name: GitHub Release
Expand Down
2 changes: 1 addition & 1 deletion hw-kafka-avro.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ copyright: Alexey Raga
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
tested-with: GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
tested-with: GHC == 8.10.2, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
extra-source-files: README.md

source-repository head
Expand Down

0 comments on commit 03882f0

Please sign in to comment.