File: newer-doctest

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