diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-15 13:46:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-15 13:46:16 -0400 |
commit | 5703b97ceb3febbb521914aab7cb57f506e77529 (patch) | |
tree | 31d22289bf4a43542185afe88285b531e439b774 /debian | |
parent | 9d492cd0c4944ea346734e7b46ebf0a26f06e529 (diff) |
update to dav 0.1, and basic uploading is working!
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a80dca3cb..74d9c0c6a 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: libghc-http-dev, libghc-utf8-string-dev, libghc-hs3-dev (>= 0.5.6), - libghc-dav-dev, + libghc-dav-dev (>= 0.1), libghc-testpack-dev, libghc-quickcheck2-dev, libghc-monad-control-dev (>= 0.3), |