From dbff1d1f3897398f329bac163c49e0fefbdb3008 Mon Sep 17 00:00:00 2001 From: Matthew Eddey Date: Thu, 7 Jan 2016 16:20:46 -0800 Subject: Update stack.full.yaml --- stack.full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.full.yaml b/stack.full.yaml index 348ab0532..d79d25d0c 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -15,5 +15,5 @@ packages: extra-deps: - 'cmark-0.5.0' # Use older aeson to avoid excessive memory use in compilation: -- 'aeson-0.8.0.2 +- 'aeson-0.8.0.2' resolver: lts-4.0 -- cgit v1.2.3 From 1730e639508d6dd9b5eedfbffe1f29b254a55a4f Mon Sep 17 00:00:00 2001 From: Matthew Eddey Date: Thu, 7 Jan 2016 16:22:53 -0800 Subject: Update stack.yaml Another typo? --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index 4d0c4a7be..8dcc4c65f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,5 +12,5 @@ extra-deps: - 'pandoc-citeproc-0.9' - 'pandoc-types-1.16.0.1' # Use older aeson to avoid excessive memory use in compilation: -- 'aeson-0.8.0.2 +- 'aeson-0.8.0.2' resolver: lts-4.0 -- cgit v1.2.3