From c5f4a0b9c52188f94b8798c43df8f4f5c61278e4 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 22 Apr 2017 22:17:36 +0200
Subject: [PATCH] Use foundation-0.0.7.

See https://github.com/haskell-foundation/foundation/issues/238
for the bug on Windows with 0.0.6.
---
 stack.pkg.yaml | 1 +
 stack.yaml     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/stack.pkg.yaml b/stack.pkg.yaml
index ec6072452..3f7df7b8e 100644
--- a/stack.pkg.yaml
+++ b/stack.pkg.yaml
@@ -20,4 +20,5 @@ packages:
 extra-deps:
 - hslua-0.5.0
 - skylighting-0.3.3
+- foundation-0.0.7
 resolver: lts-8.11
diff --git a/stack.yaml b/stack.yaml
index 4418dff60..e65abfb0e 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -10,4 +10,5 @@ packages:
 extra-deps:
 - hslua-0.5.0
 - skylighting-0.3.3
+- foundation-0.0.7
 resolver: lts-8.11