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
bbd884c8
Commit
bbd884c8
authored
Aug 20, 2016
by
Andrey Mokhov
Browse files
Add a Stack build script for Windows
See
#283
parent
0cfd96d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.stack.bat
0 → 100644
View file @
bbd884c8
@rem Change the current directory to the one containing this script
@cd
%~dp0
@rem Build Hadrian and dependencies
@stack
build
@rem Run Hadrian in GHC top directory forwarding additional user arguments
@stack
exec
hadrian
--
--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