tools: .ghci for each package, sets shorter prompt

This commit is contained in:
Simon Michael 2016-04-15 16:06:45 -07:00
parent 990294f53e
commit e4cff6a30f
5 changed files with 6 additions and 0 deletions

1
hledger-api/.ghci Normal file
View File

@ -0,0 +1 @@
:set prompt "hledger-api> "

1
hledger-lib/.ghci Normal file
View File

@ -0,0 +1 @@
:set prompt "hledger-lib> "

1
hledger-ui/.ghci Normal file
View File

@ -0,0 +1 @@
:set prompt "hledger-ui> "

View File

@ -1,6 +1,8 @@
-- -*- haskell -*-
-- .ghci for hledger-web
:set prompt "hledger-web> "
-- yesod
:set -i.:config:dist/build/autogen:app

1
hledger/.ghci Normal file
View File

@ -0,0 +1 @@
:set prompt "hledger> "