diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-04 19:31:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-04 19:33:11 -0400 |
commit | 5c69ac14eb47e284ab4f4dec44ed6ab3581d416f (patch) | |
tree | 74edda6e54f71a61176e5487e36ebe3198a13825 /debian | |
parent | 71c783bf24f2aa4ab911d8279081bcad08951ece (diff) |
Drop the dependency on the haskell curl bindings, use regular haskell HTTP.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8f559bb02..37d03ceb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ git-annex (3.20110703) UNRELEASED; urgency=low hard link made to it. * uninit: Use unannex in --fast mode, to support unannexing multiple files that link to the same content. + * Drop the dependency on the haskell curl bindings, use regular haskell HTTP. -- Joey Hess <joeyh@debian.org> Mon, 04 Jul 2011 15:50:21 -0400 diff --git a/debian/control b/debian/control index 07a9e4bbb..434723384 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: libghc-pcre-light-dev, libghc-sha-dev, libghc-dataenc-dev, + libghc-http-dev, libghc-utf8-string-dev, - libghc-curl-dev, libghc-hs3-dev (>= 0.5.6), libghc-testpack-dev [any-i386 any-amd64], ikiwiki, |