Skip to content

Commit

Permalink
Try to make cabal check happier.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmikus committed Nov 13, 2023
1 parent 695a33a commit cdfd23f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lhs2tex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ category: Development, Language
build-type: Custom
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.7, GHC == 9.2.7, GHC == 9.4.5, GHC == 9.6.3, GHC == 9.8.1
extra-source-files: AUTHORS
CHANGELOG.md
INSTALL
TODO
doc/*.lhs
Expand Down Expand Up @@ -58,10 +57,11 @@ extra-source-files: AUTHORS
configure
mkinstalldirs
install-sh
extra-doc-files: CHANGELOG.md

custom-setup
setup-depends: base,
Cabal,
setup-depends: base >= 4.2 && < 5,
Cabal >= 2.0 && < 3.11,
directory >= 1.3 && < 1.4,
process >= 1.6 && < 1.7,
regex-compat >= 0.95.2 && < 0.96
Expand Down

0 comments on commit cdfd23f

Please sign in to comment.