[Git][haskell-team/DHG_packages][master] cryptohash-sha1: patch for newer base, tasty-*
Clint Adams
gitlab at salsa.debian.org
Sun Apr 15 15:28:41 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
b17769c8 by Clint Adams at 2018-04-15T10:28:12-04:00
cryptohash-sha1: patch for newer base, tasty-*
- - - - -
4 changed files:
- p/haskell-cryptohash-sha1/debian/changelog
- p/haskell-cryptohash-sha1/debian/control
- + p/haskell-cryptohash-sha1/debian/patches/newer-deps
- + p/haskell-cryptohash-sha1/debian/patches/series
Changes:
=====================================
p/haskell-cryptohash-sha1/debian/changelog
=====================================
--- a/p/haskell-cryptohash-sha1/debian/changelog
+++ b/p/haskell-cryptohash-sha1/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cryptohash-sha1 (0.11.100.1-3) unstable; urgency=medium
+
+ * Patch for newer base, tasty-*.
+
+ -- Clint Adams <clint at debian.org> Sun, 15 Apr 2018 10:27:54 -0400
+
haskell-cryptohash-sha1 (0.11.100.1-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-cryptohash-sha1/debian/control
=====================================
--- a/p/haskell-cryptohash-sha1/debian/control
+++ b/p/haskell-cryptohash-sha1/debian/control
@@ -13,11 +13,8 @@ Build-Depends: debhelper (>= 10),
libghc-base16-bytestring-dev (>= 0.1.1),
libghc-base16-bytestring-dev (<< 0.2),
libghc-tasty-dev (>= 0.11),
- libghc-tasty-dev (<< 0.12),
libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-hunit-dev (<< 0.10),
libghc-tasty-quickcheck-dev (>= 0.8),
- libghc-tasty-quickcheck-dev (<< 0.9),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/hvr/cryptohash-sha1
=====================================
p/haskell-cryptohash-sha1/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-cryptohash-sha1/debian/patches/newer-deps
@@ -0,0 +1,24 @@
+--- a/cryptohash-sha1.cabal
++++ b/cryptohash-sha1.cabal
+@@ -41,7 +41,7 @@
+
+ library
+ default-language: Haskell2010
+- build-depends: base >= 4.5 && < 4.10
++ build-depends: base >= 4.5 && < 4.12
+ , bytestring >= 0.9.2 && < 0.11
+
+ hs-source-dirs: src
+@@ -63,9 +63,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-sha1
+ default-language: Haskell2010
=====================================
p/haskell-cryptohash-sha1/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-cryptohash-sha1/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/b17769c8ec56fb4fc16de9854d2197bb1c9b9247
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/b17769c8ec56fb4fc16de9854d2197bb1c9b9247
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/20180415/397eb346/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list