mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-30 19:40:40 -07:00
Use LLVM + split-sections
This commit is contained in:
parent
a68e3aeb26
commit
a5a7b332f1
2 changed files with 47 additions and 13 deletions
|
@ -28,15 +28,13 @@ Extra-Source-Files:
|
|||
shellcheck.1.md
|
||||
-- built with a cabal sdist hook
|
||||
shellcheck.1
|
||||
-- tests
|
||||
test/shellcheck.hs
|
||||
|
||||
custom-setup
|
||||
setup-depends:
|
||||
base >= 4 && <5,
|
||||
process >= 1.0 && <1.7,
|
||||
base >= 4 && <5,
|
||||
process >= 1.0 && <1.7,
|
||||
cabal-doctest >= 1.0.6 && <1.1,
|
||||
Cabal >= 1.10 && <2.5
|
||||
Cabal >= 1.10 && <2.5
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -94,10 +92,12 @@ executable shellcheck
|
|||
directory,
|
||||
mtl >= 2.2.1,
|
||||
parsec >= 3.0,
|
||||
QuickCheck >= 2.7.4,
|
||||
regex-tdfa
|
||||
main-is: shellcheck.hs
|
||||
|
||||
-- Marker to add flags for static linking
|
||||
-- STATIC
|
||||
|
||||
test-suite doctests
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: doctests.hs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue