diff options
author | Gaëtan Lehmann <gaetan.lehmann@gmail.com> | 2014-04-07 14:04:02 +0200 |
---|---|---|
committer | Gaëtan Lehmann <gaetan.lehmann@gmail.com> | 2014-04-07 14:04:02 +0200 |
commit | da8aea9e8e53aa7045344299c761938874a437b5 (patch) | |
tree | 4c61896b1da7158e92dccae9eeb8a6accb9866e8 /git-annex.cabal | |
parent | be00ff96a8377d64afc9be3ffa68eabefcdaf558 (diff) |
fix missing shakespeare dependency
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 80ff3d3b5..a91540bbf 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -101,7 +101,7 @@ Executable git-annex base (>= 4.5 && < 4.9), monad-control, MonadCatchIO-transformers, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process, SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3), - data-default, case-insensitive + data-default, case-insensitive, shakespeare CC-Options: -Wall GHC-Options: -Wall Extensions: PackageImports |