Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
kics
Commits
16ae3489
Commit
16ae3489
authored
Jul 10, 2009
by
Bernd Brassel
Browse files
no make with -e
parent
a4b1f3e2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/kicsi.hs
View file @
16ae3489
...
...
@@ -329,7 +329,7 @@ requestExpr state opts line = do
-- to start make before calling "-e", but it is not yet clear
-- how to avoid generating a binary.
requestCall
state
opts
@
Opts
{
eval
=
True
}
=
ghcCall
opts
{
make
=
Tru
e
,
ghcCall
opts
{
make
=
Fals
e
,
ghcOpts
=
ghcOpts
opts
++
" +RTS "
++
rts
state
++
" -RTS -e main "
,
filename
=
inKicsSubdir
"Main.hs"
}
requestCall
state
_
=
(
inKicsSubdir
"request"
++
" "
++
cmdLineArgs
state
++
" +RTS "
++
rts
state
)
...
...
Write
Preview
Supports
Markdown
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