diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-06 14:36:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-06 14:36:51 -0400 |
commit | 7722147e1625e0a16cfcf13fd967a4a961decaf7 (patch) | |
tree | dfebdca456157209a0ee99846cf57357dbb5cb71 /git-annex.cabal | |
parent | ca4eb842a4c7aa491c266e79ee1e1b340615ba01 (diff) |
add josn build dep
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
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 |