Skip to content

Commit 823e6ac

Browse files
committed
Bump version of nonce constraint
withGenerator function is available since nonce 1.0.5
1 parent e46bc87 commit 823e6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongoDB.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Library
5151
, hashtables >= 1.1.2.0
5252
, base16-bytestring >= 0.1.1.6
5353
, base64-bytestring >= 1.0.0.1
54-
, nonce >= 1.0.2
54+
, nonce >= 1.0.5
5555

5656
Exposed-modules: Database.MongoDB
5757
Database.MongoDB.Admin
@@ -105,7 +105,7 @@ Benchmark bench
105105
, mtl >= 2
106106
, cryptohash -any
107107
, network -any
108-
, nonce
108+
, nonce >= 1.0.5
109109
, parsec -any
110110
, random -any
111111
, random-shuffle -any

0 commit comments

Comments
 (0)