rework SafeMoney to use tags instead of MoneyClass
This commit is contained in:
parent
87ff8ba343
commit
8a98ec9ec3
5 changed files with 89 additions and 121 deletions
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@ usage:
|
|||
@echo " haddock -- Generate Haddock docs for project"
|
||||
|
||||
hoogle:
|
||||
pkill hoogle
|
||||
pkill hoogle || true
|
||||
hoogle generate --local=haddock --database=hoo/local.hoo
|
||||
hoogle server --local -p 8081 >> /dev/null &
|
||||
hoogle server --local --database=hoo/local.hoo -p 8082 >> /dev/null &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue