[Git][haskell-team/DHG_packages][master] attoparsec: patch for newer QuickCheck

Clint Adams gitlab at salsa.debian.org
Wed Aug 28 02:48:04 BST 2019



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


Commits:
5b3f5e77 by Clint Adams at 2019-08-28T01:47:31Z
attoparsec: patch for newer QuickCheck

- - - - -


3 changed files:

- p/haskell-attoparsec/debian/changelog
- p/haskell-attoparsec/debian/control
- p/haskell-attoparsec/debian/patches/newer-quickcheck


Changes:

=====================================
p/haskell-attoparsec/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-attoparsec (0.13.2.2-7) UNRELEASED; urgency=medium
+haskell-attoparsec (0.13.2.2-8) unstable; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Add missing "Upstream-Name" field into "debian/copyright".
 
- -- Dmitry Bogatov <KAction at debian.org>  Thu, 16 May 2019 14:24:01 +0000
+  [ Clint Adams ]
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Tue, 27 Aug 2019 21:41:48 -0400
 
 haskell-attoparsec (0.13.2.2-6) unstable; urgency=medium
 


=====================================
p/haskell-attoparsec/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
  libghc-semigroups-dev (<< 0.19),
  libghc-semigroups-prof,
  libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.12),
+ libghc-quickcheck2-dev (<< 2.13),
  libghc-quickcheck-unicode-dev,
  libghc-scientific-dev,
  libghc-tasty-dev (>= 0.11),
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 10),
 Build-Depends-Indep: ghc-doc,
  libghc-scientific-doc,
  libghc-semigroups-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: https://github.com/bos/attoparsec
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-attoparsec
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-attoparsec]


=====================================
p/haskell-attoparsec/debian/patches/newer-quickcheck
=====================================
@@ -5,7 +5,7 @@
      bytestring,
      deepseq >= 1.1,
 -    QuickCheck >= 2.7 && < 2.10,
-+    QuickCheck >= 2.7 && < 2.12,
++    QuickCheck >= 2.7 && < 2.13,
      quickcheck-unicode,
      scientific,
      tasty >= 0.11,



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/5b3f5e77bd2fd65568f3b6009499174b8ddf2e93
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/20190828/6e5f1117/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list