rework SafeMoney to use tags instead of MoneyClass

This commit is contained in:
Emily Martins 2022-03-26 11:52:52 +01:00
parent 7e780d994c
commit dee3de0a73
5 changed files with 89 additions and 121 deletions

View file

@ -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 &