add http-types dep for webdav
This commit is contained in:
parent
8a615b9963
commit
d64ef96e77
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: git-annex
|
||||
Version: 3.20121127
|
||||
Version: 3.20121128
|
||||
Cabal-Version: >= 1.8
|
||||
License: GPL
|
||||
Maintainer: Joey Hess <joey@kitenet.net>
|
||||
|
@ -73,7 +73,7 @@ Executable git-annex
|
|||
CPP-Options: -DWITH_S3
|
||||
|
||||
if flag(WebDAV)
|
||||
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit
|
||||
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
|
||||
CPP-Options: -DWITH_WEBDAV
|
||||
|
||||
if flag(Assistant) && ! os(windows) && ! os(solaris)
|
||||
|
|
Loading…
Reference in a new issue