summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-22 14:08:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-22 14:08:26 -0400
commit6173c44d0738ca8c9381189a819edecf1d39df3d (patch)
treedd65d733c77287507079f5276dfb1d137f69b674 /git-annex.cabal
parent0ed5bd4460eb0da9c6903082434848e395d8d54c (diff)
complete work around for sqlite SELECT ErrorBusy on new connection bug
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 676cae4dd..75e483b84 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -111,7 +111,8 @@ Executable git-annex
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
data-default, case-insensitive, http-conduit, http-types,
cryptohash (>= 0.10.0),
- esqueleto, persistent-sqlite (>= 2.1.0.1), persistent, persistent-template
+ esqueleto, persistent-sqlite, persistent, persistent-template,
+ monad-logger
CC-Options: -Wall
GHC-Options: -Wall
Extensions: PackageImports