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
116e64d5
Commit
116e64d5
authored
Jul 17, 2016
by
Andrey Mokhov
Browse files
Attempt to fix the 'unknown symbol stat' issue on Travis Linux
See #259.
parent
118adf2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Settings/Packages/Base.hs
View file @
116e64d5
...
...
@@ -6,5 +6,6 @@ import Predicate
import
UserSettings
basePackageArgs
::
Args
basePackageArgs
=
package
base
?
builder
GhcCabal
?
arg
(
"--flags="
++
takeFileName
(
pkgPath
integerLibrary
))
basePackageArgs
=
package
base
?
mconcat
[
builder
GhcCabal
?
arg
(
"--flags="
++
takeFileName
(
pkgPath
integerLibrary
))
,
builder
Cc
?
arg
"-O2"
]
-- Fix the 'unknown symbol stat' issue, see #259.
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