From 2af4b32ce25d74e533e23c662c67e2ed57522cd1 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 6 Mar 2017 08:21:17 -0600 Subject: [PATCH] Upgrade to Stackage LTS 8.4 --- stack.yaml | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/stack.yaml b/stack.yaml index 759b08e..3331819 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,20 +1,16 @@ +resolver: lts-8.4 + extra-deps: -- monad-memo-0.4.1 -- multistate-0.7.1.1 -- yaml-0.8.18.1 # For Windows. See . -- unsafe-0.0 + - monad-memo-0.4.1 + - unsafe-0.0 + packages: -- . -- extra-dep: true - location: - commit: b15f1ae585341ea312f712e63f29a0c57fa5f637 - git: https://github.com/lspitzner/butcher.git -- extra-dep: true - location: - commit: 605855659b15ff190d1e9c0c9b5e981e379aed15 - git: https://github.com/lspitzner/data-tree-print.git -- extra-dep: true - location: - commit: 85af8e4f34ff013575c9acd9675b495ee7f10180 - git: https://github.com/lspitzner/ghc-exactprint.git -resolver: nightly-2016-12-04 + - . + - extra-dep: true + location: + git: https://github.com/lspitzner/butcher + commit: b15f1ae585341ea312f712e63f29a0c57fa5f637 + - extra-dep: true + location: + git: https://github.com/lspitzner/data-tree-print + commit: 605855659b15ff190d1e9c0c9b5e981e379aed15