Use haskell Crypto library instead of haskell SHA library.a
Since hS3 needs Crypto anyway, this actually reduces dependencies.
This commit is contained in:
parent
66d951c3fd
commit
892593c5ef
4 changed files with 24 additions and 10 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
git-annex (0.20110421) UNRELEASED; urgency=low
|
||||
|
||||
* Use haskell Crypto library instead of haskell SHA library.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 21 Apr 2011 16:35:27 -0400
|
||||
|
||||
git-annex (0.20110420) unstable; urgency=low
|
||||
|
||||
* Update Debian build dependencies for ghc 7.
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -7,8 +7,8 @@ Build-Depends:
|
|||
libghc-missingh-dev,
|
||||
libghc-pcre-light-dev,
|
||||
libghc-testpack-dev,
|
||||
libghc-sha-dev,
|
||||
libghc-dataenc-dev,
|
||||
libghc-crypto-dev,
|
||||
libghc-utf8-string-dev,
|
||||
libghc-hs3-dev (>= 0.5.6),
|
||||
ikiwiki,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue