[Git][haskell-team/DHG_packages][master] ed25519: patch for newer doctest

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Jun 20 16:42:24 BST 2022



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


Commits:
637b55cc by Clint Adams at 2022-06-20T11:41:57-04:00
ed25519: patch for newer doctest

- - - - -


3 changed files:

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


Changes:

=====================================
p/haskell-ed25519/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.5.0-16) unstable; urgency=medium
+
+  * Patch for newer doctest.
+
+ -- Clint Adams <clint at debian.org>  Mon, 20 Jun 2022 11:41:48 -0400
+
 haskell-ed25519 (0.0.5.0-15) unstable; urgency=medium
 
   * Patch for newer bytestring/ghc-prim.


=====================================
p/haskell-ed25519/debian/control
=====================================
@@ -11,10 +11,10 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-doctest-dev (>= 0.10),
- libghc-doctest-dev (<< 0.17),
- libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-doctest-dev (>= 0.10) <!nocheck>,
+ libghc-doctest-dev (<< 0.19) <!nocheck>,
+ libghc-quickcheck2-dev (>= 2.4) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.15) <!nocheck>,
 Build-Depends-Indep:
  ghc-doc,
 Standards-Version: 4.6.1


=====================================
p/haskell-ed25519/debian/patches/newer-doctest
=====================================
@@ -5,7 +5,7 @@
        filepath  >= 1.0  && < 1.5,
        directory >= 1.0  && < 1.4,
 -      doctest   >= 0.10 && < 0.12
-+      doctest   >= 0.10 && < 0.17
++      doctest   >= 0.10 && < 0.19
  
  -------------------------------------------------------------------------------
  -- Build pt 3: benchmarks



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/637b55cc5cd0b1ff0c7bcd80e1e87b3ccaa34686
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/20220620/401f6df1/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list