Update version constraint on cryptoids
This commit is contained in:
parent
3fd3fe7a73
commit
1446fc6efb
@ -1,3 +1,6 @@
|
||||
# 1.1.0.1
|
||||
- Update version constraint on @cryptoids@
|
||||
|
||||
# 1.1.0
|
||||
- Switch to using 'MonadThrow' instead of 'MonadError'
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user