move byteable to main dep list
Only the webapp had pulled it in, but the authtoken code uses it now.
This commit is contained in:
parent
2ad06ded7e
commit
d8f1a0d95c
1 changed files with 2 additions and 2 deletions
|
@ -370,6 +370,7 @@ Executable git-annex
|
||||||
feed,
|
feed,
|
||||||
regex-tdfa,
|
regex-tdfa,
|
||||||
socks,
|
socks,
|
||||||
|
byteable,
|
||||||
securemem
|
securemem
|
||||||
CC-Options: -Wall
|
CC-Options: -Wall
|
||||||
GHC-Options: -Wall -fno-warn-tabs
|
GHC-Options: -Wall -fno-warn-tabs
|
||||||
|
@ -473,8 +474,7 @@ Executable git-annex
|
||||||
crypto-api,
|
crypto-api,
|
||||||
clientsession,
|
clientsession,
|
||||||
template-haskell,
|
template-haskell,
|
||||||
shakespeare (>= 2.0.0),
|
shakespeare (>= 2.0.0)
|
||||||
byteable
|
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
|
|
||||||
if flag(Pairing)
|
if flag(Pairing)
|
||||||
|
|
Loading…
Add table
Reference in a new issue