From 1446fc6efba602ea8c68cf8bf62bb580bccce109 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 10 Oct 2017 14:38:07 +0200 Subject: [PATCH] Update version constraint on cryptoids --- uuid-crypto/changes.md | 3 +++ uuid-crypto/uuid-crypto.cabal | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/uuid-crypto/changes.md b/uuid-crypto/changes.md index f9fc18a..0da6699 100644 --- a/uuid-crypto/changes.md +++ b/uuid-crypto/changes.md @@ -1,3 +1,6 @@ +# 1.1.0.1 + - Update version constraint on @cryptoids@ + # 1.1.0 - Switch to using 'MonadThrow' instead of 'MonadError' diff --git a/uuid-crypto/uuid-crypto.cabal b/uuid-crypto/uuid-crypto.cabal index 080ce7b..5dcabf3 100644 --- a/uuid-crypto/uuid-crypto.cabal +++ b/uuid-crypto/uuid-crypto.cabal @@ -1,5 +1,5 @@ name: uuid-crypto -version: 1.1.0 +version: 1.1.0.1 synopsis: Reversable and secure encoding of object ids as uuids license: BSD3 license-file: LICENSE @@ -28,7 +28,7 @@ library other-extensions: ScopedTypeVariables build-depends: base >=4.9 && <4.11 , cryptoids-types ==0.0.0 - , cryptoids ==0.1.0 + , cryptoids ==0.1.0.* , uuid >=1.3.13 && <1.4 , cryptonite >=0.23 && <0.25 , binary >=0.8.3.0 && <0.9