Bump some upper bounds (#118)

* Bump upper bound for `random`

Changelog: https://hackage.haskell.org/package/random-1.2.1/changelog

* Bump upper bound for `cryptonite`

Changelog: https://hackage.haskell.org/package/cryptonite-0.29/changelog
This commit is contained in:
Ivan Gromakovskii 2021-11-01 17:59:22 +03:00 committed by GitHub
parent 76c74c88e8
commit e3fc3199ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ dependencies:
- vector >0.12 && <0.13
- containers >0.6 && <0.7
- uuid-types >1.0 && <1.1
- cryptonite >0.22 && <0.28
- cryptonite >0.22 && <0.30
- bytestring >0.10 && <0.11
- web3-hexstring >=1.0 && <1.1

View File

@ -14,7 +14,7 @@ dependencies:
- base >4.11 && <4.15
- text >1.2 && <1.3
- aeson >1.2 && <1.6
- random >1.0 && <1.2
- random >1.0 && <1.3
- bytestring >0.10 && <0.11
- exceptions >0.8 && <0.11
- websockets >0.10 && <0.13

View File

@ -19,7 +19,7 @@ dependencies:
- memory >0.14 && <0.16
- microlens >0.4 && <0.5
- containers >0.6 && <0.7
- cryptonite >0.22 && <0.28
- cryptonite >0.22 && <0.30
- bytestring >0.10 && <0.11
- base58-bytestring >=0.1 && <0.2
- animalcase >0.1 && <0.2