Skip to content

Commit

Permalink
htar: bump cabal-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Nov 18, 2023
1 parent 31adabd commit de5e379
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion htar/htar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ description: A Command-line utility to create, extract and list the
usable in place of the ordinary @tar@ program for systems
like Windows that do not come with it as standard.
build-type: Simple
cabal-version: >= 1.6
cabal-version: 2.0
tested-with: GHC==9.8.1, GHC==9.6.3, GHC==9.4.8, GHC==9.2.8, 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

executable htar
default-language: Haskell2010
main-is: htar.hs
ghc-options: -Wall
build-depends:
Expand Down

0 comments on commit de5e379

Please sign in to comment.