[Git][haskell-team/DHG_packages][master] cryptohash-sha256: Newer build-deps from hackage

Ilias Tsitsimpis gitlab at salsa.debian.org
Sat Oct 20 10:03:22 BST 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
fe4cf1bd by Ilias Tsitsimpis at 2018-10-20T09:00:36Z
cryptohash-sha256: Newer build-deps from hackage

- - - - -


4 changed files:

- p/haskell-cryptohash-sha256/debian/changelog
- + p/haskell-cryptohash-sha256/debian/patches/newer-deps
- p/haskell-cryptohash-sha256/debian/patches/newer-tasty
- p/haskell-cryptohash-sha256/debian/patches/series


Changes:

=====================================
p/haskell-cryptohash-sha256/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cryptohash-sha256 (0.11.101.0-8) unstable; urgency=medium
+
+  * Newer build-deps from hackage
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 20 Oct 2018 12:00:29 +0300
+
 haskell-cryptohash-sha256 (0.11.101.0-7) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-cryptohash-sha256/debian/patches/newer-deps
=====================================
@@ -0,0 +1,44 @@
+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


=====================================
p/haskell-cryptohash-sha256/debian/patches/newer-tasty
=====================================
@@ -1,6 +1,8 @@
+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


=====================================
p/haskell-cryptohash-sha256/debian/patches/series
=====================================
@@ -1 +1,2 @@
+newer-deps
 newer-tasty



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fe4cf1bd3e104fc4bae250bda20ff2f418270cf8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fe4cf1bd3e104fc4bae250bda20ff2f418270cf8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181020/9487407f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list