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
Packages
Cabal
Commits
78d7c7a3
Commit
78d7c7a3
authored
Nov 15, 2016
by
Daniel Gröber (dxld)
Browse files
Fix copy paste mistake in error msg
parent
6215ecd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/Configure.hs
View file @
78d7c7a3
...
...
@@ -1887,10 +1887,10 @@ checkForeignLibSupported comp platform flib = go (compilerFlavor comp)
goGhcLinux
::
ForeignLibType
->
Maybe
String
goGhcLinux
ForeignLibNativeShared
|
standalone
=
unsupported
[
"We cannot build standalone libraries on
OSX
"
"We cannot build standalone libraries on
Linux
"
]
|
not
(
null
(
foreignLibModDefFile
flib
))
=
unsupported
[
"Module definition file not supported on
OSX
"
"Module definition file not supported on
Linux
"
]
|
otherwise
=
Nothing
...
...
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