From 823e6ac53ea44acc5580b63bb3c8e2d2c2bb7061 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Thu, 22 Mar 2018 21:10:39 -0700 Subject: [PATCH] Bump version of nonce constraint withGenerator function is available since nonce 1.0.5 --- mongoDB.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index f74b8cd..9cca031 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -51,7 +51,7 @@ Library , hashtables >= 1.1.2.0 , base16-bytestring >= 0.1.1.6 , base64-bytestring >= 1.0.0.1 - , nonce >= 1.0.2 + , nonce >= 1.0.5 Exposed-modules: Database.MongoDB Database.MongoDB.Admin @@ -105,7 +105,7 @@ Benchmark bench , mtl >= 2 , cryptohash -any , network -any - , nonce + , nonce >= 1.0.5 , parsec -any , random -any , random-shuffle -any