diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-02-09 09:34:51 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-02-09 09:34:51 -0800 |
commit | 522f8f3b47848bb0246042faffcc44ac3a374aca (patch) | |
tree | a943ad4c6b9935eda9620d024d1fe37777368d82 | |
parent | e552a14bf9e30a12cffaf2a14d8fa181ce39e696 (diff) | |
download | pandoc-522f8f3b47848bb0246042faffcc44ac3a374aca.tar.gz |
Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.
-rw-r--r-- | deb/stack.yaml | 7 | ||||
-rw-r--r-- | osx/stack.yaml | 7 | ||||
-rw-r--r-- | stack.full.yaml | 6 | ||||
-rw-r--r-- | stack.yaml | 8 | ||||
-rw-r--r-- | windows/stack.yaml | 4 |
5 files changed, 9 insertions, 23 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 3f84be738..959081d18 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -15,8 +15,5 @@ packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: -- 'cmark-0.5.0' -- 'pandoc-types-1.16.0.1' -# Use older aeson to avoid excessive memory use in compilation: -- 'aeson-0.8.0.2' -resolver: lts-4.0 +- 'aeson-0.11' +resolver: lts-5.2 diff --git a/osx/stack.yaml b/osx/stack.yaml index d9decaba1..461ecb173 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -18,8 +18,5 @@ packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: -- 'cmark-0.5.0' -- 'pandoc-types-1.16.0.1' -# Use older aeson to avoid excessive memory use in compilation: -- 'aeson-0.8.0.2' -resolver: lts-4.0 +- 'aeson-0.11' +resolver: lts-5.2 diff --git a/stack.full.yaml b/stack.full.yaml index d79d25d0c..880fe9425 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -13,7 +13,5 @@ packages: - '../pandoc-types' - '../texmath' extra-deps: -- 'cmark-0.5.0' -# Use older aeson to avoid excessive memory use in compilation: -- 'aeson-0.8.0.2' -resolver: lts-4.0 +- 'aeson-0.11' +resolver: lts-5.2 diff --git a/stack.yaml b/stack.yaml index 82f2f5073..9a36feed1 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,9 +8,5 @@ flags: packages: - '.' extra-deps: -- 'cmark-0.5.1' -- 'pandoc-citeproc-0.9' -- 'pandoc-types-1.16.0.1' -# Use older aeson to avoid excessive memory use in compilation: -- 'aeson-0.8.0.2' -resolver: lts-4.0 +- 'aeson-0.11' +resolver: lts-5.2 diff --git a/windows/stack.yaml b/windows/stack.yaml index 91f1c1539..a01dbfc03 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -15,7 +15,5 @@ packages: - '..' - '../../pandoc-citeproc' extra-deps: -- 'cmark-0.5.0' - 'hsb2hs-0.3.1' -- 'pandoc-types-1.16.0.1' -resolver: lts-3.20 +resolver: lts-5.2 |