Add tazblog-db executable
This commit is contained in:
parent
0f6ff6310e
commit
e9f044e6d5
2 changed files with 45 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue