File: newer-doctest

package info (click to toggle)
haskell-ed25519 0.0.5.0-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: ansic: 3,905; haskell: 303; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/ed25519.cabal
===================================================================
--- a/ed25519.cabal
+++ b/ed25519.cabal
@@ -131,7 +131,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
 
 -------------------------------------------------------------------------------
 -- Build pt 3: benchmarks