git-annex/ghci

5 lines
236 B
Text
Raw Normal View History

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