From 322c509b2ec12c5cdbbbd943c67060082062f554 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 21 May 2019 12:24:40 +0200 Subject: [PATCH] Bump cryptonite --- cryptoids/package.yaml | 2 +- stack.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cryptoids/package.yaml b/cryptoids/package.yaml index d3f3cb4..12e78d2 100644 --- a/cryptoids/package.yaml +++ b/cryptoids/package.yaml @@ -27,7 +27,7 @@ dependencies: - base >=4.9 && <5 - cryptoids-types >=0.0 && <1.1 - cryptoids-class >=0.0 && <0.1 - - cryptonite >=0.23 && <0.26 + - cryptonite >=0.23 && <0.27 - bytestring >=0.10.8 && <0.11 - binary >=0.8.3 && <0.11 - memory >=0.14.6 && <0.15 diff --git a/stack.yaml b/stack.yaml index ee02153..6984cc0 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-12.23 +resolver: lts-13.22 #resolver: nightly-2018-02-24 # User packages to be built. @@ -44,7 +44,8 @@ packages: - filepath-crypto # Dependency packages to be pulled from upstream that are not in the resolver # (e.g., acme-missiles-0.3) -extra-deps: [] +extra-deps: + - sandi-0.5 # Override default flag values for local packages and extra-deps flags: {}