diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-26 11:24:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-26 11:24:23 -0400 |
commit | 27774bdd56e05dabf98deeb09b78433fd374465c (patch) | |
tree | 12732a5e26240df0817a4c465c3171d0236d2c82 /debian/control | |
parent | ebd6ea1abb80c617f2bf1b693a54ec8b653db623 (diff) |
Revert "Use haskell Crypto library instead of haskell SHA library.a"
This reverts commit 892593c5efacbc084d19af4b5d7164ededaea7ff.
Conflicts:
Crypto.hs
debian/control
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c6b3e7d0d..b75b35afb 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Build-Depends: ghc, libghc-missingh-dev, libghc-pcre-light-dev, + libghc-sha-dev, libghc-dataenc-dev, - libghc-crypto-dev, libghc-utf8-string-dev, libghc-hs3-dev (>= 0.5.6), libghc-testpack-dev [any-i386 any-amd64], |