Skip to content

Commit c55857e

Browse files
attempt to satisfy travis.
1 parent e1e6e3e commit c55857e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

codeclimate-shellcheck.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ executable engine
2525
CC.Analyze
2626
CC.Types
2727
build-depends:
28-
aeson
29-
, base
30-
, bytestring
31-
, directory
32-
, Glob
33-
, ShellCheck
28+
aeson >= 0.9.0.1 && <= 0.10.0.0
29+
, base >= 4.7 && <= 5
30+
, bytestring >= 0.10.4.0 && <= 0.11.0.0
31+
, directory >= 1.2.1.0 && <= 1.3.0.0
32+
, Glob >= 0.7.5 && <= 0.8.0
33+
, ShellCheck >= 0.4.1 && <= 0.5.0
3434
hs-source-dirs: src
3535
default-language: Haskell2010

stack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ install-ghc: true
44
packages:
55
- '.'
66
extra-deps:
7+
- aeson-0.10.0.0
8+
- attoparsec-0.13.0.1
79
- ShellCheck-0.4.1

0 commit comments

Comments
 (0)