mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Initial Cabal file
This commit is contained in:
parent
564e3c5413
commit
f3c8ce3e3d
3 changed files with 23 additions and 2 deletions
20
ShellCheck.cabal
Normal file
20
ShellCheck.cabal
Normal file
|
@ -0,0 +1,20 @@
|
|||
Name: ShellCheck
|
||||
Version: 0.0.0
|
||||
Description: Shell script analysis tool
|
||||
License-file: LICENSE
|
||||
Author: Vidar Holen
|
||||
Maintainer: vidar@vidarholen.net
|
||||
Homepage: http://www.shellcheck.net/
|
||||
Build-Type: Simple
|
||||
Cabal-Version: >= 1.2
|
||||
|
||||
library
|
||||
build-depends: base >= 4, parsec, containers, regex-compat, mtl, directory
|
||||
exposed-modules: ShellCheck.AST, ShellCheck.Parser, ShellCheck.Analytics, ShellCheck.Simple
|
||||
|
||||
executable shellcheck
|
||||
main-is: shellcheck.hs
|
||||
|
||||
executable jsoncheck
|
||||
build-depends: json
|
||||
main-is: jsoncheck.hs
|
Loading…
Add table
Add a link
Reference in a new issue