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
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.4", "8.8.4", "8.6.5"]
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
os: [ubuntu-latest]

steps:
Expand Down
6 changes: 3 additions & 3 deletions hw-simd.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ homepage: https://github.com/haskell-works/hw-simd#readme
bug-reports: https://github.com/haskell-works/hw-simd/issues
author: John Ky
maintainer: newhoggy@gmail.com
copyright: 2018-2020 John Ky
copyright: 2018-2021 John Ky
license: BSD-3-Clause
license-file: LICENSE
tested-with: GHC == 8.10.2, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
tested-with: GHC == 9.0.1, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
build-type: Simple
extra-source-files: README.md
ChangeLog.md
Expand Down Expand Up @@ -41,7 +41,7 @@ flag sse42
common base { build-depends: base >= 4.11 && < 5 }

common bits-extra { build-depends: bits-extra >= 0.0.1.2 && < 0.1 }
common bytestring { build-depends: bytestring >= 0.10 && < 0.11 }
common bytestring { build-depends: bytestring >= 0.10 && < 0.12 }
common cassava { build-depends: cassava >= 0.5.1.0 && < 0.6 }
common containers { build-depends: containers >= 0.5 && < 0.7 }
common criterion { build-depends: criterion >= 1.4.1.0 && < 1.6 }
Expand Down