Skip to content

Commit abb2091

Browse files
author
Philip Cunningham
committed
tweak build.
1 parent 58f53f5 commit abb2091

File tree

2 files changed

+6
-43
lines changed

2 files changed

+6
-43
lines changed

cabal.config

Lines changed: 0 additions & 37 deletions
This file was deleted.

codeclimate-shellcheck.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ executable engine
1616
CC.Analyse
1717
CC.Types
1818
build-depends:
19-
aeson
20-
, base >= 4.7 && < 5
21-
, bytestring
22-
, directory
23-
, Glob
24-
, ShellCheck >= 0.4.0 && < 0.5.0
19+
aeson >= 0.9.0.1 && < 0.10.0.0
20+
, base >= 4.7 && < 5
21+
, bytestring >= 0.10.4.0 && < 0.11.0.0
22+
, directory >= 1.2.1.0 && < 1.3.0.0
23+
, Glob >= 0.7.5 && < 0.8.0
24+
, ShellCheck >= 0.4.1 && < 0.5.0
2525
hs-source-dirs: src
2626
default-language: Haskell2010

0 commit comments

Comments
 (0)