Skip to content

Commit

Permalink
Fix GHC 9.6 tested-with reference in cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Mar 28, 2024
1 parent 4313789 commit 09549ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haggle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainer: [email protected]
category: Data Structures, Graphs
build-type: Simple
cabal-version: >=1.10
tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==0.6.2
tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2
extra-source-files: ChangeLog.md
README.md

Expand Down

0 comments on commit 09549ef

Please sign in to comment.