[Git][haskell-team/DHG_packages][master] ed25519: Update patches for newer doctest/quickcheck2

Ilias Tsitsimpis gitlab at salsa.debian.org
Thu Oct 4 14:32:15 BST 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
9519d213 by Ilias Tsitsimpis at 2018-10-04T13:29:20Z
ed25519: Update patches for newer doctest/quickcheck2

- - - - -


4 changed files:

- p/haskell-ed25519/debian/changelog
- p/haskell-ed25519/debian/control
- p/haskell-ed25519/debian/patches/newer-doctest
- p/haskell-ed25519/debian/patches/newer-quickcheck


Changes:

=====================================
p/haskell-ed25519/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.5.0-12) unstable; urgency=medium
+
+  * Update patches for newer doctest/quickcheck2
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 04 Oct 2018 16:29:17 +0300
+
 haskell-ed25519 (0.0.5.0-11) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-ed25519/debian/control
=====================================
@@ -12,9 +12,9 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-doctest-dev (>= 0.10),
- libghc-doctest-dev (<< 0.14),
+ libghc-doctest-dev (<< 0.17),
  libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.11),
+ libghc-quickcheck2-dev (<< 2.12),
 Build-Depends-Indep:
  ghc-doc,
 Standards-Version: 4.1.4


=====================================
p/haskell-ed25519/debian/patches/newer-doctest
=====================================
@@ -1,11 +1,13 @@
+Index: b/ed25519.cabal
+===================================================================
 --- a/ed25519.cabal
 +++ b/ed25519.cabal
-@@ -130,7 +130,7 @@
+@@ -130,7 +130,7 @@ test-suite doctests
        base      >= 4    && < 5,
        filepath  >= 1.0  && < 1.5,
        directory >= 1.0  && < 1.4,
 -      doctest   >= 0.10 && < 0.12
-+      doctest   >= 0.10 && < 0.14
++      doctest   >= 0.10 && < 0.17
  
  -------------------------------------------------------------------------------
  -- Build pt 3: benchmarks


=====================================
p/haskell-ed25519/debian/patches/newer-quickcheck
=====================================
@@ -1,22 +1,26 @@
+Index: b/ed25519.cabal
+===================================================================
 --- a/ed25519.cabal
 +++ b/ed25519.cabal
-@@ -97,7 +97,7 @@
+@@ -97,7 +97,7 @@ test-suite properties
      build-depends:
        base        >= 4   && < 5,
        bytestring  >= 0.9 && < 0.11,
 -      QuickCheck  >= 2.4 && < 2.9,
-+      QuickCheck  >= 2.4 && < 2.11,
++      QuickCheck  >= 2.4 && < 2.12,
        ed25519
  
  --
+Index: b/tests/properties.hs
+===================================================================
 --- a/tests/properties.hs
 +++ b/tests/properties.hs
-@@ -86,7 +86,9 @@
+@@ -86,7 +86,9 @@ tests ntests =
        case r of
          Success n _ _           -> return (True, n)
          GaveUp  n _ _           -> return (True, n)
 -#if MIN_VERSION_QuickCheck(2,7,0)
-+#if MIN_VERSION_QuickCheck(2,10,0)
++#if MIN_VERSION_QuickCheck(2,11,0)
 +        Failure n _ _ _ _ _ _ _ _ _ _ -> return (False, n)
 +#elif MIN_VERSION_QuickCheck(2,7,0)
          Failure n _ _ _ _ _ _ _ _ _ -> return (False, n)



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9519d213aea0de041226ffe82a5ff28ae803f7c8
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/20181004/d8857b18/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list