summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-08 16:31:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-08 16:31:08 -0400
commit97297980d1031b3c35e98e605a6c0034815846dd (patch)
tree1dbd9ae4b8510e0fe355f40dffe84debbcc1b08a /git-annex.cabal
parenta741c897fa77dc596a17a261eb63fc4a2956fdba (diff)
move byteable to main dep list
Only the webapp had pulled it in, but the authtoken code uses it now.
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 c894e6610..465769ea0 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -370,6 +370,7 @@ Executable git-annex
feed,
regex-tdfa,
socks,
+ byteable,
securemem
CC-Options: -Wall
GHC-Options: -Wall -fno-warn-tabs
@@ -473,8 +474,7 @@ Executable git-annex
crypto-api,
clientsession,
template-haskell,
- shakespeare (>= 2.0.0),
- byteable
+ shakespeare (>= 2.0.0)
CPP-Options: -DWITH_WEBAPP
if flag(Pairing)