From 482e321b0f88d39c8a81fe2ec15437cd0efc3a87 Mon Sep 17 00:00:00 2001 From: Christian Berentsen Date: Tue, 11 Apr 2017 09:29:13 +0200 Subject: [PATCH] Updated to proto-lens-*-0.2.0.1 and lens-labels-0.1.0.1 --- stack.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stack.yaml b/stack.yaml index e323015..28bee07 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,12 +18,12 @@ packages: extra-deps: # proto-lens is not yet in Stackage. -- proto-lens-0.2.0.0 -- proto-lens-protoc-0.2.0.0 -- proto-lens-descriptors-0.2.0.0 +- proto-lens-0.2.0.1 +- proto-lens-protoc-0.2.0.1 +- proto-lens-descriptors-0.2.0.1 - snappy-framing-0.1.1 - snappy-0.2.0.2 -- lens-labels-0.1.0.0 +- lens-labels-0.1.0.1 # Allow our custom Setup.hs scripts to import Data.ProtoLens.Setup from the version of # `proto-lens-protoc` in stack's local DB. See: