Skip to content

Commit

Permalink
Expand supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaBeech committed May 31, 2024
1 parent 20fa95b commit 8cd8d5e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tensort.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ tested-with: GHC==9.8.2,
GHC==9.2.8,
GHC==9.2.1,
GHC==9.0.2,
GHC==8.10.7,
GHC==8.8.4,
GHC==8.6.5,
GHC==8.4.4,
GHC==8.2.2,
GHC==8.0.2,
GHC==7.10.3,
GHC==7.8.4,
GHC==7.6.3,
GHC==7.4.2,
GHC==7.2.2,
GHC==7.0.4

-- A short (one-line) description of the package.
synopsis: Tunable sorting for responsive robustness and beyond
Expand Down Expand Up @@ -103,7 +115,7 @@ library
-- other-extensions:

-- Other library packages from which modules are imported.
build-depends: base >=4.16.0.0 && <= 4.19.1.0,
build-depends: base >=4.12.0.0 && <= 4.19.1.0,
mtl >= 2.2.2 && < 2.4,
random >= 1.2.1 && < 1.3,
random-shuffle >= 0.0.4 && < 0.1,
Expand Down

0 comments on commit 8cd8d5e

Please sign in to comment.