Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies #123

Merged
merged 3 commits into from
Jan 7, 2025
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-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc-version: ['9.12', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6',
ghc-version: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6',
'8.4', '8.2', '8.0']

include:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

## 1.0.1.4 -- 2025-01-07

* Bump version constraints on random
* Bump version constraints on base and random

* Test with new versions of GHC

Expand Down
3 changes: 2 additions & 1 deletion tensort.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ name: tensort
version: 1.0.1.4

tested-with: GHC==9.12.1,
GHC==9.10.1,
GHC==9.8.4,
GHC==9.6.4,
GHC==9.4.8,
Expand Down Expand Up @@ -131,7 +132,7 @@ library
-- other-extensions:

-- Other library packages from which modules are imported.
build-depends: base >=4.3.0.0 && <= 4.20.0.1,
build-depends: base >=4.3.0.0 && < 4.22,
mtl >= 2.2.2 && < 2.4,
random >= 1.0.0.3 && < 1.4,
random-shuffle >= 0.0.4 && < 0.1,
Expand Down
Loading