diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-21 16:37:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-21 16:37:14 -0400 |
commit | 892593c5efacbc084d19af4b5d7164ededaea7ff (patch) | |
tree | 20c1763ad5ca69b89c4a8977d6a45c98dc64b217 /debian/control | |
parent | 66d951c3fd1a2aa19543d4148be8de734f54fd5c (diff) |
Use haskell Crypto library instead of haskell SHA library.a
Since hS3 needs Crypto anyway, this actually reduces dependencies.
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 768638997..97b04ea5b 100644 --- a/debian/control +++ b/debian/control @@ -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, |