summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-04-22 22:17:36 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-04-22 22:17:57 +0200
commitc5f4a0b9c52188f94b8798c43df8f4f5c61278e4 (patch)
treebcd467653eab5b5df10fb7afc5a55a95c4730ec3
parent020dc63e23226789cb2e3b7957bc70d6e938fab1 (diff)
Use foundation-0.0.7.
See https://github.com/haskell-foundation/foundation/issues/238 for the bug on Windows with 0.0.6.
-rw-r--r--stack.pkg.yaml1
-rw-r--r--stack.yaml1
2 files changed, 2 insertions, 0 deletions
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