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
1b0bfa66
Commit
1b0bfa66
authored
Jan 15, 2015
by
Andrey Mokhov
Browse files
Fix splitObjects function.
parent
63d44818
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Oracles/Option.hs
View file @
1b0bfa66
...
...
@@ -81,6 +81,7 @@ splitObjects stage = do
splitObjectsBroken
<-
test
SplitObjectsBroken
ghcUnregisterised
<-
test
GhcUnregisterised
return
$
not
splitObjectsBroken
&&
not
ghcUnregisterised
&&
stage
==
Stage1
&&
arch
`
elem
`
[
"i386"
,
"x86_64"
,
"powerpc"
,
"sparc"
]
&&
os
`
elem
`
[
"mingw32"
,
"cygwin32"
,
"linux"
,
"darwin"
,
"solaris2"
,
"freebsd"
,
"dragonfly"
,
"netbsd"
,
...
...
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