remove old ghci hack

cabal repl
This commit is contained in:
Joey Hess 2020-06-17 11:38:27 -04:00
parent 7de3f8de11
commit 34875a5ca1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

4
ghci
View file

@ -1,4 +0,0 @@
#!/bin/sh
# ghci using objects built by cabal
make dist/caballog
$(grep 'ghc --make' dist/caballog | head -n 1 | perl -pe 's/--make/--interactive/; s/.\/[^\.\s]+.hs//; s/-package-id [^\s]+//g; s/-hide-all-packages//; s/-threaded//') $@ -fno-warn-tabs