File: newer-directory

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-- 336 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/ed25519.cabal
+++ b/ed25519.cabal
@@ -129,7 +129,7 @@
     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
 
 -------------------------------------------------------------------------------