Merge branch 'cabal-version' of https://github.com/rodrigosetti/shellcheck into rodrigosetti-cabal-version

Conflicts:
	ShellCheck/Analytics.hs
	ShellCheck/Data.hs
This commit is contained in:
Vidar Holen
2014-05-31 09:55:07 -07:00
9 changed files with 148 additions and 193 deletions

View File

@@ -35,13 +35,16 @@ library
json,
mtl,
parsec,
regex-compat
regex-compat,
QuickCheck >= 2.2
exposed-modules:
ShellCheck.Analytics
ShellCheck.AST
ShellCheck.Data
ShellCheck.Parser
ShellCheck.Simple
other-modules:
Paths_ShellCheck
executable shellcheck
build-depends:
@@ -52,5 +55,21 @@ executable shellcheck
json,
mtl,
parsec,
regex-compat
regex-compat,
QuickCheck >= 2.2
main-is: shellcheck.hs
test-suite test-shellcheck
type: exitcode-stdio-1.0
build-depends:
ShellCheck,
base >= 4 && < 5,
containers,
directory,
json,
mtl,
parsec,
regex-compat,
QuickCheck >= 2.2
main-is: test/shellcheck.hs