summaryrefslogtreecommitdiff
path: root/ghci
blob: d25519e3cb6e4304840946f8a2f441f902676a48 (plain)
1
2
3
4
5
#!/bin/sh
# This runs ghci with the same flags used when compiling with ghc.
# Certian flags need to be the same in order for ghci to reuse compiled
# objects.
ghci $(make getflags | sed 's/-Wall//') $@