summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-06 14:36:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-06 14:36:51 -0400
commit7722147e1625e0a16cfcf13fd967a4a961decaf7 (patch)
treedfebdca456157209a0ee99846cf57357dbb5cb71
parentca4eb842a4c7aa491c266e79ee1e1b340615ba01 (diff)
add josn build dep
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 7850f88a7..48ac48bb2 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -31,7 +31,7 @@ Executable git-annex
Build-Depends: haskell98, MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP,
- base < 5, monad-control
+ base < 5, monad-control, json
Executable git-annex-shell
Main-Is: git-annex-shell.hs