Commit fe4cf1bd authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

cryptohash-sha256: Newer build-deps from hackage

parent 4202fae0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cryptohash-sha256 (0.11.101.0-8) unstable; urgency=medium

  * Newer build-deps from hackage

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Sat, 20 Oct 2018 12:00:29 +0300

haskell-cryptohash-sha256 (0.11.101.0-7) unstable; urgency=medium

  [ Clint Adams ]
+44 −0
Original line number Diff line number Diff line
Index: b/cryptohash-sha256.cabal
===================================================================
--- a/cryptohash-sha256.cabal
+++ b/cryptohash-sha256.cabal
@@ -16,8 +16,6 @@ for instance, on an /Intel Core i7-3770/
 compute a SHA-256 hash over 230 MiB of data in under one second.
 (If, instead, you require a pure Haskell implementation and performance is secondary, please refer to the [SHA package](https://hackage.haskell.org/package/SHA).)
 .
-
-.
 Additionally, this package provides support for
 .
 - HMAC-SHA-256: SHA-256-based [Hashed Message Authentication Codes](https://en.wikipedia.org/wiki/HMAC) (HMAC)
@@ -25,6 +23,13 @@ Additionally, this package provides supp
 .
 conforming to [RFC6234](https://tools.ietf.org/html/rfc6234), [RFC4231](https://tools.ietf.org/html/rfc4231), [RFC5869](https://tools.ietf.org/html/rfc5869), et al..
 .
+=== Packages in the @cryptohash-*@ family
+.
+- <https://hackage.haskell.org/package/cryptohash-md5    cryptohash-md5>
+- <https://hackage.haskell.org/package/cryptohash-sha1   cryptohash-sha1>
+- <https://hackage.haskell.org/package/cryptohash-sha256 cryptohash-sha256>
+- <https://hackage.haskell.org/package/cryptohash-sha512 cryptohash-sha512>
+.
 === Relationship to the @cryptohash@ package and its API
 .
 This package has been originally a fork of @cryptohash-0.11.7@ because the @cryptohash@
@@ -54,6 +59,7 @@ tested-with:         GHC == 7.4.2
                    , GHC == 7.10.3
                    , GHC == 8.0.2
                    , GHC == 8.2.1
+                   , GHC == 8.4.1
 
 extra-source-files:  cbits/hs_sha256.h
                      changelog.md
@@ -74,7 +80,7 @@ library
                      Trustworthy
                      Unsafe
 
-  build-depends:     base             >= 4.5   && < 4.11
+  build-depends:     base             >= 4.5   && < 4.13
                    , bytestring       >= 0.9.2 && < 0.11
 
   ghc-options:       -Wall
+3 −1
Original line number Diff line number Diff line
Index: b/cryptohash-sha256.cabal
===================================================================
--- a/cryptohash-sha256.cabal
+++ b/cryptohash-sha256.cabal
@@ -112,9 +112,9 @@
@@ -118,9 +118,9 @@ test-suite test-sha256
 
                    , base16-bytestring >= 0.1.1  && < 0.2
                    , SHA               >= 1.6.4  && < 1.7
+1 −0
Original line number Diff line number Diff line
newer-deps
newer-tasty