Skip to content

Commit 1d9c9d7

Browse files
authored
Merge pull request #65 from haskell-works/upgrade-to-ghc-8.10.7
Upgrade to ghc-8.10.7 and ghc-9.0.1
2 parents 11ccb79 + c915cd6 commit 1d9c9d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ["8.10.4", "8.8.4", "8.6.5"]
20+
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
2121
os: [ubuntu-latest]
2222

2323
steps:

hw-simd.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ homepage: https://github.com/haskell-works/hw-simd#readme
99
bug-reports: https://github.com/haskell-works/hw-simd/issues
1010
author: John Ky
1111
maintainer: [email protected]
12-
copyright: 2018-2020 John Ky
12+
copyright: 2018-2021 John Ky
1313
license: BSD-3-Clause
1414
license-file: LICENSE
15-
tested-with: GHC == 8.10.2, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
15+
tested-with: GHC == 9.0.1, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
1616
build-type: Simple
1717
extra-source-files: README.md
1818
ChangeLog.md
@@ -41,7 +41,7 @@ flag sse42
4141
common base { build-depends: base >= 4.11 && < 5 }
4242

4343
common bits-extra { build-depends: bits-extra >= 0.0.1.2 && < 0.1 }
44-
common bytestring { build-depends: bytestring >= 0.10 && < 0.11 }
44+
common bytestring { build-depends: bytestring >= 0.10 && < 0.12 }
4545
common cassava { build-depends: cassava >= 0.5.1.0 && < 0.6 }
4646
common containers { build-depends: containers >= 0.5 && < 0.7 }
4747
common criterion { build-depends: criterion >= 1.4.1.0 && < 1.6 }

0 commit comments

Comments
 (0)