We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e6e3e commit c55857eCopy full SHA for c55857e
codeclimate-shellcheck.cabal
@@ -25,11 +25,11 @@ executable engine
25
CC.Analyze
26
CC.Types
27
build-depends:
28
- aeson
29
- , base
30
- , bytestring
31
- , directory
32
- , Glob
33
- , ShellCheck
+ aeson >= 0.9.0.1 && <= 0.10.0.0
+ , base >= 4.7 && <= 5
+ , bytestring >= 0.10.4.0 && <= 0.11.0.0
+ , directory >= 1.2.1.0 && <= 1.3.0.0
+ , Glob >= 0.7.5 && <= 0.8.0
+ , ShellCheck >= 0.4.1 && <= 0.5.0
34
hs-source-dirs: src
35
default-language: Haskell2010
stack.yaml
@@ -4,4 +4,6 @@ install-ghc: true
4
packages:
5
- '.'
6
extra-deps:
7
+ - aeson-0.10.0.0
8
+ - attoparsec-0.13.0.1
9
- ShellCheck-0.4.1
0 commit comments