Update version constraint on cryptoids

This commit is contained in:
Gregor Kleen 2017-10-10 14:38:07 +02:00
parent 3fd3fe7a73
commit 1446fc6efb
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# 1.1.0.1
- Update version constraint on @cryptoids@
# 1.1.0
- Switch to using 'MonadThrow' instead of 'MonadError'

View File

@ -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