Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7eb2d388
Commit
7eb2d388
authored
Dec 29, 2014
by
Andrey Mokhov
Browse files
Add -fwarn-tabs and -fwarn-unused-imports.
parent
618d90dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.bat
View file @
7eb2d388
@mkdir _shake
2
>
nul
@ghc
--make
src
/Main
.hs
-isrc -rtsopts -with-rtsopts
=
-I
0
-outputdir
=
_shake
-o
_shake/build
&&
_shake\build
--lint --directory
".."
%
*
@ghc
--make -fwarn-tabs -fwarn-unused-imports
src
/Main
.hs
-isrc -rtsopts -with-rtsopts
=
-I
0
-outputdir
=
_shake
-o
_shake/build
@_shake\build
--lint --directory
".."
%
*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment