File: newer-directory

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-- 447 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
@@ -130,7 +130,7 @@ test-suite doctests
     build-depends:
       base      >= 4    && < 5,
       filepath  >= 1.0  && < 1.5,
-      directory >= 1.0  && < 1.3,
+      directory >= 1.0  && < 1.4,
       doctest   >= 0.10 && < 0.12
 
 -------------------------------------------------------------------------------