diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-04-09 10:16:55 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-04-09 10:16:55 +0200 |
| commit | 1778f232921cd7ef0cf34e8d87562a83262ae367 (patch) | |
| tree | 2f44bcfae11a7f9a73f04dbabb92e12982d5b256 | |
| parent | 7fe37d0b798462f4a43897186ef8cd4766371030 (diff) | |
| download | pandoc-1778f232921cd7ef0cf34e8d87562a83262ae367.tar.gz | |
Use stack lts-8.8.
This gives us a newer verison of executable-path, which we need
for FreeBSD.
| -rw-r--r-- | stack.pkg.yaml | 3 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/stack.pkg.yaml b/stack.pkg.yaml index 7ab2c437d..a240a99b9 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -21,5 +21,4 @@ extra-deps: - hslua-0.5.0 - hslua-aeson-0.1.0.3 - skylighting-0.3.2 -- texmath-0.9.4 -resolver: lts-8.4 +resolver: lts-8.8 diff --git a/stack.yaml b/stack.yaml index cfd85ea64..1c7e0317b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,5 +11,4 @@ extra-deps: - hslua-0.5.0 - hslua-aeson-0.1.0.3 - skylighting-0.3.2 -- texmath-0.9.4 -resolver: lts-8.4 +resolver: lts-8.8 |
