Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
6b6c06d3a95bcb08cf847e33e58aa2cdc32f0663
6b6c06d3a95bcb08cf847e33e58aa2cdc32f0663
Switch branch/tag
ghc
driver
ghci
ghcii.sh
Find file
Normal view
History
Permalink
ghcii.sh
74 Bytes
Newer
Older
[project @ 2005-05-05 00:58:38 by sof]
sof
committed
May 05, 2005
1
2
#!/bin/sh
# Mini-driver for GHCi
fix for when path to GHC contains spaces, from #695
Simon Marlow
committed
Jun 22, 2006
3
exec
"
$0
"
/../ghc
--interactive
${
1
+
"
$@
"
}