Add tazblog-db executable

This commit is contained in:
Vincent Ambo 2015-11-19 19:04:21 +01:00
parent 0f6ff6310e
commit e9f044e6d5
2 changed files with 45 additions and 0 deletions

View file

@ -56,3 +56,14 @@ executable tazblog
acid-state,
tazblog,
options
executable tazblog-db
hs-source-dirs: db
main-is: Main.hs
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base,
acid-state,
tazblog,
options,
network