File: newer-deps

package info (click to toggle)
haskell-nonce 1.0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 72 kB
  • sloc: haskell: 39; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/nonce.cabal
===================================================================
--- a/nonce.cabal
+++ b/nonce.cabal
@@ -1,5 +1,6 @@
 name:                nonce
 version:             1.0.7
+x-revision: 2
 synopsis:            Generate cryptographic nonces.
 homepage:            https://github.com/prowdsponsor/nonce
 license:             BSD3
@@ -29,7 +30,7 @@ library
     Crypto.Nonce
   build-depends:
       base              >= 4.5   && < 5
-    , base64-bytestring == 1.0.*
+    , base64-bytestring >= 1.0   && < 1.3
     , bytestring        >= 0.9
     , text              >= 0.9
     , transformers      >= 0.2