Bump cryptonite

This commit is contained in:
Gregor Kleen 2019-05-21 12:24:40 +02:00
parent 6506a81b25
commit 322c509b2e
2 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,7 @@ dependencies:
- base >=4.9 && <5 - base >=4.9 && <5
- cryptoids-types >=0.0 && <1.1 - cryptoids-types >=0.0 && <1.1
- cryptoids-class >=0.0 && <0.1 - cryptoids-class >=0.0 && <0.1
- cryptonite >=0.23 && <0.26 - cryptonite >=0.23 && <0.27
- bytestring >=0.10.8 && <0.11 - bytestring >=0.10.8 && <0.11
- binary >=0.8.3 && <0.11 - binary >=0.8.3 && <0.11
- memory >=0.14.6 && <0.15 - memory >=0.14.6 && <0.15

View File

@ -15,7 +15,7 @@
# resolver: # resolver:
# name: custom-snapshot # name: custom-snapshot
# location: "./custom-snapshot.yaml" # location: "./custom-snapshot.yaml"
resolver: lts-12.23 resolver: lts-13.22
#resolver: nightly-2018-02-24 #resolver: nightly-2018-02-24
# User packages to be built. # User packages to be built.
@ -44,7 +44,8 @@ packages:
- filepath-crypto - filepath-crypto
# Dependency packages to be pulled from upstream that are not in the resolver # Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3) # (e.g., acme-missiles-0.3)
extra-deps: [] extra-deps:
- sandi-0.5
# Override default flag values for local packages and extra-deps # Override default flag values for local packages and extra-deps
flags: {} flags: {}