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 58f53f5 commit abb2091Copy full SHA for abb2091
cabal.config
codeclimate-shellcheck.cabal
@@ -16,11 +16,11 @@ executable engine
16
CC.Analyse
17
CC.Types
18
build-depends:
19
- aeson
20
- , base >= 4.7 && < 5
21
- , bytestring
22
- , directory
23
- , Glob
24
- , ShellCheck >= 0.4.0 && < 0.5.0
+ 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
25
hs-source-dirs: src
26
default-language: Haskell2010
0 commit comments