summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-18 13:00:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-18 13:00:35 -0400
commita2e8bda7df7707f84cd551ed16ffaa0bf7c3aac0 (patch)
treea09ea6b8772d1f0870338d68605f4d55be631a57 /git-annex.cabal
parent8082dea36087c14a6b716e7bd7bc66451977ba42 (diff)
fix build with shakespeare-js-1.0.0.2
For no apparent reason, this version removes all useful instances of ToJavaScript, leavind behind only an instance for Aeson.Value. Argh. Pissed off at this arbitrary breaking change, and seriously considering dropping this library.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index c72a6c0bd..a3edf8203 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 3.20121112
+Version: 3.20121113
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -95,7 +95,7 @@ Executable git-annex
if flag(Webapp) && flag(Assistant)
Build-Depends: yesod, yesod-static, case-insensitive,
http-types, transformers, wai, wai-logger, warp, blaze-builder,
- crypto-api, hamlet, clientsession,
+ crypto-api, hamlet, clientsession, aeson,
template-haskell, yesod-default (>= 1.1.0), data-default
CPP-Options: -DWITH_WEBAPP