diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2017-04-09 19:19:33 +0300 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-04-09 18:19:33 +0200 |
commit | 9ac9e8d278d073ec63aa5ee6e9cb0d8830219cc9 (patch) | |
tree | 13b951962a3f705c3b7de15a33d7da2eecb34b52 | |
parent | 1778f232921cd7ef0cf34e8d87562a83262ae367 (diff) | |
download | pandoc-9ac9e8d278d073ec63aa5ee6e9cb0d8830219cc9.tar.gz |
stack.yaml: update foundation to 0.0.6 (#3565)
foundation-0.0.4 from lts-8.8 does not build on FreeBSD
-rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 1c7e0317b..965650226 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,4 +11,5 @@ extra-deps: - hslua-0.5.0 - hslua-aeson-0.1.0.3 - skylighting-0.3.2 +- foundation-0.0.6 resolver: lts-8.8 |