Skip to content

Commit cf05291

Browse files
author
Philip Cunningham
committed
trim cabal file.
1 parent 0b13ebd commit cf05291

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

codeclimate-shellcheck.cabal

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
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

1912
executable 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

0 commit comments

Comments
 (0)