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
dfcbf782
Commit
dfcbf782
authored
Jan 14, 2008
by
Ian Lynagh
Browse files
Remove an extra ) that was breaking the build on Windows
parent
c7cc711d
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
dfcbf782
...
...
@@ -1588,7 +1588,7 @@ setTmpDir dir dflags = dflags{ tmpDir = canonicalise dir }
-- understand /cygdrive paths.)
cygdrivePrefix
=
[
pathSeparator
]
++
"/cygdrive/"
++
[
pathSeparator
]
xltCygdrive
path
=
case
maybePrefixMatch
cygdrivePrefix
path
of
Just
(
drive
:
sep
:
xs
)
)
Just
(
drive
:
sep
:
xs
)
|
isPathSeparator
sep
->
drive
:
':'
:
pathSeparator
:
xs
_
->
path
...
...
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