From 15336701109c23d5e730a22ab9834fd6984f74ae Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 4 Dec 2016 20:42:10 +0530
Subject: [PATCH] stack: upgrade to lts-3.11 to work with ghc 8.0.1

---
 stack.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stack.yaml b/stack.yaml
index ed00a51..434c06b 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,7 +1,7 @@
 # For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
 
 # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
-resolver: lts-3.14
+resolver: lts-7.11
 
 # Local packages, usually specified by relative directory name
 packages:
-- 
2.45.2