aboutsummaryrefslogtreecommitdiff
path: root/ghci
blob: 57361281c1446a1b98c99e6039eae76aed3c4ec0 (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) $@