add http-types dep for webdav

This commit is contained in:
Joey Hess 2012-12-06 18:04:38 -04:00
parent 8a615b9963
commit d64ef96e77

View file

@ -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)