Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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 hw-simd.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainer: newhoggy@gmail.com
copyright: 2018 John Ky
license: BSD-3-Clause
license-file: LICENSE
tested-with: GHC == 8.6.4, GHC == 8.4.4, GHC == 8.2.2, GHC == 8.0.2
tested-with: GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2
build-type: Simple
extra-source-files:
README.md
Expand Down