Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
f3b1b808
Commit
f3b1b808
authored
Feb 13, 2016
by
Mikhail Glushenkov
Browse files
Remove a TODO.
parent
a00a5a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/BuildPaths.hs
View file @
f3b1b808
...
@@ -98,11 +98,9 @@ mkSharedLibName (CompilerId compilerFlavor compilerVersion) lib
...
@@ -98,11 +98,9 @@ mkSharedLibName (CompilerId compilerFlavor compilerVersion) lib
-- (typically @\"\"@ on Unix and @\"exe\"@ on Windows or OS\/2)
-- (typically @\"\"@ on Unix and @\"exe\"@ on Windows or OS\/2)
exeExtension
::
String
exeExtension
::
String
exeExtension
=
case
buildOS
of
exeExtension
=
case
buildOS
of
-- TODO: This should be determined via autoconf (AC_EXEEXT)
Windows
->
"exe"
Windows
->
"exe"
_
->
""
_
->
""
-- TODO: This should be determined via autoconf (AC_OBJEXT)
-- | Extension for object files. For GHC the extension is @\"o\"@.
-- | Extension for object files. For GHC the extension is @\"o\"@.
objExtension
::
String
objExtension
::
String
objExtension
=
"o"
objExtension
=
"o"
...
...
Write
Preview
Markdown
is supported
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