[Git][haskell-team/DHG_packages][master] cryptohash-md5: patch for newer base and tasty-*
Clint Adams
gitlab at salsa.debian.org
Sat Apr 14 16:58:16 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
bbfbc898 by Clint Adams at 2018-04-14T11:57:42-04:00
cryptohash-md5: patch for newer base and tasty-*
- - - - -
4 changed files:
- p/haskell-cryptohash-md5/debian/changelog
- p/haskell-cryptohash-md5/debian/control
- + p/haskell-cryptohash-md5/debian/patches/newer-deps
- + p/haskell-cryptohash-md5/debian/patches/series
Changes:
=====================================
p/haskell-cryptohash-md5/debian/changelog
=====================================
--- a/p/haskell-cryptohash-md5/debian/changelog
+++ b/p/haskell-cryptohash-md5/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cryptohash-md5 (0.11.100.1-3) unstable; urgency=medium
+
+ * Patch for newer base and tasty-*.
+
+ -- Clint Adams <clint at debian.org> Sat, 14 Apr 2018 11:57:27 -0400
+
haskell-cryptohash-md5 (0.11.100.1-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-cryptohash-md5/debian/control
=====================================
--- a/p/haskell-cryptohash-md5/debian/control
+++ b/p/haskell-cryptohash-md5/debian/control
@@ -4,7 +4,7 @@ Uploaders: Clint Adams <clint at debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
- haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
@@ -13,11 +13,8 @@ Build-Depends: debhelper (>= 10),
libghc-puremd5-dev (>= 2.1.3),
libghc-puremd5-dev (<< 2.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-md5
=====================================
p/haskell-cryptohash-md5/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-cryptohash-md5/debian/patches/newer-deps
@@ -0,0 +1,24 @@
+--- a/cryptohash-md5.cabal
++++ b/cryptohash-md5.cabal
+@@ -41,7 +41,7 @@
+
+ library
+ default-language: Haskell2010
+- build-depends: base >= 4.5 && < 4.10
++ build-depends: base >= 4.5 && < 5
+ , bytestring >= 0.9.2 && < 0.11
+
+ hs-source-dirs: src
+@@ -64,9 +64,9 @@
+
+ , base16-bytestring >= 0.1.1 && < 0.2
+ , pureMD5 >= 2.1.3 && < 2.2
+- , tasty == 0.11.*
+- , tasty-quickcheck == 0.8.*
+- , tasty-hunit == 0.9.*
++ , tasty >= 0.11,
++ , tasty-quickcheck >= 0.8,
++ , tasty-hunit >= 0.9,
+
+ benchmark bench-md5
+ default-language: Haskell2010
=====================================
p/haskell-cryptohash-md5/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-cryptohash-md5/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/bbfbc898b925716abfdeaa09cbf2ade583e5dd15
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/bbfbc898b925716abfdeaa09cbf2ade583e5dd15
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/20180414/504b0613/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list