Skip to content

Commit f06c260

Browse files
authored
Merge pull request #72 from haskell-works/support-ghc-8.10.1
Support ghc-8.10.1
2 parents 23e9fb4 + 4e8a2d7 commit f06c260

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.circleci/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,21 @@ workflows:
3333
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
3434
cabal-test-extra: --test-show-details=direct
3535

36+
- haskell/build-with-binary-cache:
37+
name: GHC 8.10.1
38+
executor: haskell/ghc-8_10_1
39+
context: haskell-ci
40+
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
41+
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
42+
cabal-test-extra: --test-show-details=direct
43+
3644
- merge-point/merge-point:
3745
name: Build Ok
3846
requires:
3947
- GHC 8.4.4
4048
- GHC 8.6.5
4149
- GHC 8.8.3
50+
- GHC 8.10.1
4251

4352
- github/release-cabal:
4453
name: GitHub Release

hw-json-simd.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 2.2
1+
cabal-version: 2.2
22

33
name: hw-json-simd
44
version: 0.1.0.4
@@ -13,7 +13,7 @@ copyright: 2018-2020 John Ky
1313
license: BSD-3-Clause
1414
license-file: LICENSE
1515
build-type: Simple
16-
tested-with: GHC == 8.8.3, GHC == 8.6.3, GHC == 8.4.4
16+
tested-with: GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
1717
extra-source-files: cbits/debug.h
1818
cbits/simd.h
1919
cbits/intrinsics.h

0 commit comments

Comments
 (0)