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

Clint Adams gitlab at salsa.debian.org
Sun Jun 7 01:10:10 BST 2020



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


Commits:
e8509e74 by Clint Adams at 2020-06-06T20:09:34-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-10) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 06 Jun 2020 20:07:16 -0400
+
 haskell-edit-distance (0.2.2.1-9) unstable; urgency=medium
 
   * Patch for newer quick check


=====================================
p/haskell-edit-distance/debian/control
=====================================
@@ -17,8 +17,8 @@ Build-Depends:
  libghc-quickcheck2-dev (<< 2.13),
  libghc-test-framework-quickcheck2-dev,
 Build-Depends-Indep: ghc-doc, libghc-random-doc
-Standards-Version: 4.1.4
-Homepage: http://github.com/phadej/edit-distance
+Standards-Version: 4.5.0
+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.13, test-framework-quickcheck2
++                          test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.14, test-framework-quickcheck2
  
  benchmark edit-distance-benchmark
    default-language:       Haskell98



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e8509e747cef11205d336388d1aff3449ed38f97
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/20200607/c26f3a94/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list