diff options
author | Andrey Mokhov <andrey.mokhov@gmail.com> | 2019-01-10 22:35:22 +0000 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-16 14:17:34 -0500 |
commit | bfb3e3072d25d983e2245e2cf2d491981f49549c (patch) | |
tree | 82c7a1f9ccd63e9f265dd95b91d250516e1c9ae9 /build.nix.sh | |
parent | 7218270dee1067db9c4f342b97e07ca89b80b82d (diff) | |
download | haskell-bfb3e3072d25d983e2245e2cf2d491981f49549c.tar.gz |
Disable Shake Lint by default.
Diffstat (limited to 'build.nix.sh')
-rwxr-xr-x | build.nix.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.nix.sh b/build.nix.sh index 4b03ea8418..088202665f 100755 --- a/build.nix.sh +++ b/build.nix.sh @@ -30,6 +30,5 @@ echo $absoluteRoot cd "$absoluteRoot" hadrian \ - --lint \ --directory="$absoluteRoot/.." \ "$@" |