Skip to content

Commit 10a27d9

Browse files
pbrisbinmcfilib
authored andcommitted
Update to latest LTS and ShellCheck-0.7.0 (wfleming#65)
* Update to latest LTS and ShellCheck-0.7.0 * Fix for removed env values If we have an existing value in the old env, but it's not in the updated env, this line would fail. It's been replaced by a no-op. Since we only write new-env, those will be removed by the process. * Update env.yml * Fixup! Update * Address -Wall errors
1 parent a3c62a1 commit 10a27d9

File tree

13 files changed

+2516
-5401
lines changed

13 files changed

+2516
-5401
lines changed

app/CLI.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module CLI where
22

3-
import Data.Monoid
43
import Options.Applicative
54

65
--------------------------------------------------------------------------------

codeclimate-shellcheck.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
, filepath
4040
, Glob
4141
, pureMD5
42-
, ShellCheck
42+
, ShellCheck == 0.7.0
4343
, text
4444
, yaml
4545
hs-source-dirs: src

0 commit comments

Comments
 (0)