Skip to content

Commit

Permalink
Minor cabal file tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed May 27, 2024
1 parent f1a5768 commit 8cc5572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vector-algorithms.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build-type: Simple
extra-source-files: CHANGELOG.md

tested-with:
GHC == 9.10.1
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.7
Expand Down Expand Up @@ -160,7 +161,7 @@ test-suite properties
base >= 4.9,
bytestring,
containers,
QuickCheck > 2.9 && < 2.15,
QuickCheck > 2.9 && < 2.16,
vector,
vector-algorithms

Expand Down

0 comments on commit 8cc5572

Please sign in to comment.