[Git][haskell-team/DHG_packages][master] cryptohash-sha256: patch for newer base

Clint Adams gitlab at salsa.debian.org
Sat Jun 6 19:58:38 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b2160b74 by Clint Adams at 2020-06-06T14:27:42-04:00
cryptohash-sha256: patch for newer base

- - - - -


3 changed files:

- p/haskell-cryptohash-sha256/debian/changelog
- p/haskell-cryptohash-sha256/debian/control
- p/haskell-cryptohash-sha256/debian/patches/newer-deps


Changes:

=====================================
p/haskell-cryptohash-sha256/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cryptohash-sha256 (0.11.101.0-9) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Sat, 06 Jun 2020 14:21:00 -0400
+
 haskell-cryptohash-sha256 (0.11.101.0-8) unstable; urgency=medium
 
   * Newer build-deps from hackage


=====================================
p/haskell-cryptohash-sha256/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 10),
  libghc-tasty-hunit-dev (>= 0.9),
  libghc-tasty-quickcheck-dev (>= 0.8),
 Build-Depends-Indep: ghc-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: https://github.com/hvr/cryptohash-sha256
 X-Description: fast, pure and practical SHA-256 implementation
  A practical incremental and one-pass, pure API to the SHA-256 hash


=====================================
p/haskell-cryptohash-sha256/debian/patches/newer-deps
=====================================
@@ -1,8 +1,6 @@
-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/
+@@ -16,8 +16,6 @@
  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).)
  .
@@ -11,7 +9,7 @@ Index: b/cryptohash-sha256.cabal
  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
+@@ -25,6 +23,13 @@
  .
  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..
  .
@@ -25,7 +23,7 @@ Index: b/cryptohash-sha256.cabal
  === 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
+@@ -54,6 +59,7 @@
                     , GHC == 7.10.3
                     , GHC == 8.0.2
                     , GHC == 8.2.1
@@ -33,12 +31,12 @@ Index: b/cryptohash-sha256.cabal
  
  extra-source-files:  cbits/hs_sha256.h
                       changelog.md
-@@ -74,7 +80,7 @@ library
+@@ -74,7 +80,7 @@
                       Trustworthy
                       Unsafe
  
 -  build-depends:     base             >= 4.5   && < 4.11
-+  build-depends:     base             >= 4.5   && < 4.13
++  build-depends:     base             >= 4.5   && < 4.15
                     , bytestring       >= 0.9.2 && < 0.11
  
    ghc-options:       -Wall



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b2160b74fb9af6cea48c41ae0036a0264c9a73f6
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/20200606/c66874d8/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list