From 8c2001efb20dfe68d91e8163722f7d45a0b8d53e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Feb 2017 12:21:35 -0400 Subject: git-annex.cabal: Make crypto-api a dependency even when built w/o webapp and test suite. The p2p code made it always be needed. This commit was sponsored by Anthony DeRobertis on Patreon. --- git-annex.cabal | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 75ce82943..c394693cf 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -361,7 +361,8 @@ Executable git-annex socks, byteable, stm-chans, - securemem + securemem, + crypto-api CC-Options: -Wall GHC-Options: -Wall -fno-warn-tabs Extensions: PackageImports @@ -397,8 +398,7 @@ Executable git-annex Other-Modules: Utility.Touch.Old if flag(TestSuite) - Build-Depends: tasty (>= 0.7), tasty-hunit, tasty-quickcheck, tasty-rerun, - crypto-api + Build-Depends: tasty (>= 0.7), tasty-hunit, tasty-quickcheck, tasty-rerun CPP-Options: -DWITH_TESTSUITE if flag(S3) @@ -461,7 +461,6 @@ Executable git-annex wai, wai-extra, blaze-builder, - crypto-api, clientsession, template-haskell, shakespeare (>= 2.0.0) -- cgit v1.2.3