git-annex/ghci

5 lines
236 B
Text
Raw Normal View History

2013-02-27 20:30:04 -04:00
#!/bin/sh
# ghci using objects built by cabal
make dist/caballog
2016-02-15 16:05:52 -04:00
$(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//') $@