Skip to content

Commit

Permalink
fixed tested-with line
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyday567 committed Jan 15, 2024
1 parent cf1214c commit d0b043c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions cabal-fix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ synopsis: Fix for cabal files.
description:
An executable and library to help fix cabal files and explore cabal.
build-type: Simple
tested-with: GHC == 9.4.8
tested-with:
GHC == 8.10.7
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.4
GHC == 9.8.1
extra-doc-files:
ChangeLog.md
other/textdeps.svg
Expand Down Expand Up @@ -101,7 +106,7 @@ library
build-depends:
, Cabal-syntax >=3.10 && <3.11
, algebraic-graphs >=0.7 && <0.8
, base >=4.14 && <5
, base >=4.17 && <5
, bytestring >=0.11 && <0.13
, containers >=0.6 && <0.8
, directory >=1.3 && <1.4
Expand All @@ -128,7 +133,7 @@ executable cabal-fix
main-is: cabal-fix.hs
hs-source-dirs: app
build-depends:
, base >=4.14 && <5
, base >=4.17 && <5
, bytestring >=0.11 && <0.13
, cabal-fix
, directory >=1.3 && <1.4
Expand Down

0 comments on commit d0b043c

Please sign in to comment.