clean up old imports

This commit is contained in:
Joey Hess 2013-02-27 02:29:20 -04:00
parent dcc6096fdc
commit 30076c0461

5
ghci
View file

@ -1,5 +0,0 @@
#!/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//') $@