Skip to content
GitLab
Menu
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
69615175
Commit
69615175
authored
Dec 19, 2015
by
Andrey Mokhov
Browse files
Move to shake-build subdirectory.
parent
c9376066
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Base.hs
View file @
69615175
...
...
@@ -39,11 +39,14 @@ import qualified System.Directory as IO
import
System.IO
-- Build system files and paths
shakePath
::
FilePath
shakePath
=
"shake-build"
shakeFilesPath
::
FilePath
shakeFilesPath
=
"_build/
"
shakeFilesPath
=
shakeFilesPath
-/-
".db
"
configPath
::
FilePath
configPath
=
"
shake
/
cfg
/
"
configPath
=
shake
Path
-/-
"
cfg"
bootPackageConstraints
::
FilePath
bootPackageConstraints
=
shakeFilesPath
++
"boot-package-constraints"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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