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

Clint Adams (@clint) gitlab at salsa.debian.org
Wed Jun 15 02:13:56 BST 2022



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


Commits:
8828754d by Clint Adams at 2022-06-14T21:13:24-04:00
edit-distance: patch for newer QuickCheck

- - - - -


3 changed files:

- p/haskell-edit-distance/debian/changelog
- p/haskell-edit-distance/debian/control
- p/haskell-edit-distance/debian/patches/newer-deps


Changes:

=====================================
p/haskell-edit-distance/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-edit-distance (0.2.2.1-12) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Tue, 14 Jun 2022 21:13:00 -0400
+
 haskell-edit-distance (0.2.2.1-11) unstable; urgency=medium
 
   * Fix Build-Depends.


=====================================
p/haskell-edit-distance/debian/control
=====================================
@@ -14,10 +14,10 @@ Build-Depends:
  libghc-random-prof,
  libghc-test-framework-dev (>= 0.1.1),
  libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
  libghc-test-framework-quickcheck2-dev,
 Build-Depends-Indep: ghc-doc, libghc-random-doc
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
 Homepage: https://github.com/phadej/edit-distance
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-edit-distance
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-edit-distance]


=====================================
p/haskell-edit-distance/debian/patches/newer-deps
=====================================
@@ -5,7 +5,7 @@
    ghc-options:            -O2 -Wall
    build-depends:          base >= 4.5 && < 5, array >= 0.1, random >= 1.0, containers >= 0.1.0.1,
 -                          test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.9, test-framework-quickcheck2
-+                          test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.14, test-framework-quickcheck2
++                          test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.15, test-framework-quickcheck2
  
  benchmark edit-distance-benchmark
    default-language:       Haskell98



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8828754d4d980fa4501a88e968f7488df9519866
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/20220615/3cffd695/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list