about summary refs log tree commit diff
path: root/tazblog.cabal
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-19T18·28+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-19T18·28+0100
commitfc0bfd470a2b915b193cf8a802a2688bd8a2a4e9 (patch)
tree79aad2b1a7afee288c0123a24022d26f4939a8db /tazblog.cabal
parente9f044e6d5a8f3112981e100a37457a75d74b572 (diff)
Implement remote acid-state support in blog
Diffstat (limited to 'tazblog.cabal')
-rw-r--r--tazblog.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/tazblog.cabal b/tazblog.cabal
index 36af795b1345..6fc29176f2f3 100644
--- a/tazblog.cabal
+++ b/tazblog.cabal
@@ -55,7 +55,8 @@ executable tazblog
   build-depends: base,
                  acid-state,
                  tazblog,
-                 options
+                 options,
+                 network
 
 executable tazblog-db
   hs-source-dirs: db