[Git][haskell-team/DHG_packages][master] cryptohash-sha256: patch for newer tasty
Clint Adams
gitlab at salsa.debian.org
Fri Apr 13 03:28:47 UTC 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c4629f24 by Clint Adams at 2018-04-12T23:28:13-04:00
cryptohash-sha256: patch for newer tasty
- - - - -
3 changed files:
- p/haskell-cryptohash-sha256/debian/changelog
- + p/haskell-cryptohash-sha256/debian/patches/newer-tasty
- + p/haskell-cryptohash-sha256/debian/patches/series
Changes:
=====================================
p/haskell-cryptohash-sha256/debian/changelog
=====================================
--- a/p/haskell-cryptohash-sha256/debian/changelog
+++ b/p/haskell-cryptohash-sha256/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cryptohash-sha256 (0.11.101.0-3) unstable; urgency=medium
+
+ * Patch for newer tasty.
+
+ -- Clint Adams <clint at debian.org> Thu, 12 Apr 2018 23:27:58 -0400
+
haskell-cryptohash-sha256 (0.11.101.0-2) unstable; urgency=medium
* Bump to Standards-Version 4.1.4.
=====================================
p/haskell-cryptohash-sha256/debian/patches/newer-tasty
=====================================
--- /dev/null
+++ b/p/haskell-cryptohash-sha256/debian/patches/newer-tasty
@@ -0,0 +1,15 @@
+--- a/cryptohash-sha256.cabal
++++ b/cryptohash-sha256.cabal
+@@ -112,9 +112,9 @@
+
+ , base16-bytestring >= 0.1.1 && < 0.2
+ , SHA >= 1.6.4 && < 1.7
+- , tasty == 0.11.*
+- , tasty-quickcheck == 0.8.*
+- , tasty-hunit == 0.9.*
++ , tasty >= 0.11
++ , tasty-quickcheck >= 0.8
++ , tasty-hunit >= 0.9
+
+ benchmark bench-sha256
+ default-language: Haskell2010
=====================================
p/haskell-cryptohash-sha256/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-cryptohash-sha256/debian/patches/series
@@ -0,0 +1 @@
+newer-tasty
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c4629f24b5e6d5d8b28f270d8bebe0719e293a3e
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c4629f24b5e6d5d8b28f270d8bebe0719e293a3e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180413/e51ed4f9/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list