Skip to content

Commit

Permalink
Cleaned up cabal file to make 'cabal check' pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Jan 19, 2014
1 parent 16bd523 commit 380d6c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
6 changes: 4 additions & 2 deletions ShellCheck.cabal
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Name: ShellCheck
Version: 0.2.0
Synopsis: Shell script analysis tool
License: OtherLicense
License-file: LICENSE
Category: Static Analysis
Author: Vidar Holen
Maintainer: [email protected]
Homepage: http://www.shellcheck.net/
Build-Type: Simple
Cabal-Version: >= 1.2
Cabal-Version: >= 1.6
Bug-reports: https://github.com/koalaman/shellcheck/issues
Description:
The goals of ShellCheck are:
Expand All @@ -25,7 +27,7 @@ source-repository head
location: git://github.com/koalaman/shellcheck.git

library
build-depends: base >= 4, parsec, containers, regex-compat, mtl, directory, json
build-depends: base >= 4, base < 5, parsec, containers, regex-compat, mtl, directory, json
exposed-modules: ShellCheck.AST, ShellCheck.Data, ShellCheck.Parser, ShellCheck.Analytics, ShellCheck.Simple

executable shellcheck
Expand Down

0 comments on commit 380d6c3

Please sign in to comment.