Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
d7323c88
Commit
d7323c88
authored
Jun 02, 2007
by
Ian Lynagh
Browse files
Remove now-unused files
parent
6b6c06d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
driver/ghci/ghci.sh
deleted
100644 → 0
View file @
6b6c06d3
# Mini-driver for GHCi
exec
$GHCBIN
$TOPDIROPT
--interactive
${
1
+
"
$@
"
}
driver/ghci/ghcii.sh
deleted
100644 → 0
View file @
6b6c06d3
#!/bin/sh
# Mini-driver for GHCi
exec
"
$0
"
/../ghc
--interactive
${
1
+
"
$@
"
}
Write
Preview
Markdown
is supported
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