Initial Cabal file

This commit is contained in:
Vidar Holen
2013-06-18 09:29:39 -07:00
parent 564e3c5413
commit f3c8ce3e3d
3 changed files with 23 additions and 2 deletions

3
README
View File

@@ -15,13 +15,12 @@ The goals of ShellCheck are:
- To point out subtle caveats, corner cases and pitfalls, that may cause an
advanced user's otherwise working script to fail under future circumstances.
ShellCheck is written in Haskell, and requires GHC, Parsec3 and Text.Regex.
To build the JSON interface and run the unit tests, it also requires QuickCheck2 and JSON.
On Ubuntu and similar, these are called:
ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev
Build with 'make'.
Executables can be built with cabal. Tests currently still rely on a Makefile.
Happy ShellChecking!