Drop the dependency on the haskell curl bindings, use regular haskell HTTP.
This commit is contained in:
parent
71c783bf24
commit
5c69ac14eb
7 changed files with 25 additions and 15 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue