Commit 98e77011 authored by Clint Adams's avatar Clint Adams
Browse files

ed25519: patch for newer doctest

parent 35986101
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-ed25519 (0.0.5.0-8) unstable; urgency=medium

  * Patch for newer doctest.

 -- Clint Adams <clint@debian.org>  Fri, 13 Apr 2018 23:50:13 -0400

haskell-ed25519 (0.0.5.0-7) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ Build-Depends:
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-doctest-dev (<< 0.12),
 libghc-doctest-dev (>= 0.10),
 libghc-doctest-dev (<< 0.14),
 libghc-quickcheck2-dev (<< 2.10),
 libghc-quickcheck2-dev (>= 2.4),
Build-Depends-Indep:
+11 −0
Original line number Diff line number Diff line
--- a/ed25519.cabal
+++ b/ed25519.cabal
@@ -130,7 +130,7 @@
       base      >= 4    && < 5,
       filepath  >= 1.0  && < 1.5,
       directory >= 1.0  && < 1.4,
-      doctest   >= 0.10 && < 0.12
+      doctest   >= 0.10 && < 0.14
 
 -------------------------------------------------------------------------------
 -- Build pt 3: benchmarks
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ new-metadata-from-hackage
fix-dist-path
newer-directory
newer-quickcheck
newer-doctest