File tree Expand file tree Collapse file tree 1 file changed +14
-23
lines changed
Expand file tree Collapse file tree 1 file changed +14
-23
lines changed Original file line number Diff line number Diff line change 1- -- Initial codeclimate-shellcheck.cabal generated by cabal init. For
2- -- further documentation, see http://haskell.org/cabal/users-guide/
3-
4- name : codeclimate-shellcheck
5- version : 0.1.0.0
6- -- synopsis:
7- -- description:
8- homepage : https://github.com/filib/codeclimate-shellcheck
9- license : GPL-3
10- license-file : LICENSE
11- author : Philip Cunningham
12- maintainer : hello@filib.io
13- -- copyright:
14- category : Static Analysis
15- build-type : Simple
16- -- extra-source-files:
17- cabal-version : >= 1.10
1+ name : codeclimate-shellcheck
2+ version : 0.1.0.0
3+ homepage : https://github.com/filib/codeclimate-shellcheck
4+ license : GPL-3
5+ license-file : LICENSE
6+ author : Philip Cunningham
7+ maintainer : hello@filib.io
8+ category : Static Analysis
9+ build-type : Simple
10+ cabal-version : >= 1.10
1811
1912executable codeclimate-shellcheck
20- main-is : Main.hs
21- -- other-modules:
22- -- other-extensions:
23- build-depends : base >= 4.7 && < 4.8
24- hs-source-dirs : src
25- default-language : Haskell2010
13+ main-is : Main.hs
14+ build-depends : base >= 4.7 && < 4.8
15+ hs-source-dirs : src
16+ default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments