commit
fb97aca5a6
|
@ -31,14 +31,21 @@ Extra-Source-Files:
|
|||
-- tests
|
||||
test/shellcheck.hs
|
||||
|
||||
custom-setup
|
||||
setup-depends:
|
||||
base >= 4 && <5,
|
||||
process >= 1.0 && <1.7,
|
||||
Cabal >= 1.10 && <2.3
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/koalaman/shellcheck.git
|
||||
|
||||
library
|
||||
hs-source-dirs: src
|
||||
build-depends:
|
||||
base >= 4 && < 5,
|
||||
containers,
|
||||
containers >= 0.5,
|
||||
directory,
|
||||
json,
|
||||
mtl >= 2.2.1,
|
||||
|
@ -71,11 +78,12 @@ library
|
|||
executable shellcheck
|
||||
build-depends:
|
||||
base >= 4 && < 5,
|
||||
ShellCheck,
|
||||
containers,
|
||||
directory,
|
||||
json,
|
||||
json >= 0.3.6,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
parsec >= 3.0,
|
||||
regex-tdfa,
|
||||
QuickCheck >= 2.7.4
|
||||
main-is: shellcheck.hs
|
||||
|
@ -84,6 +92,7 @@ test-suite test-shellcheck
|
|||
type: exitcode-stdio-1.0
|
||||
build-depends:
|
||||
base >= 4 && < 5,
|
||||
ShellCheck,
|
||||
containers,
|
||||
directory,
|
||||
json,
|
||||
|
|
Loading…
Reference in New Issue