diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-02-09 14:08:51 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-02-09 14:08:51 -0800 |
commit | 1aaf4b8c833909d4f32c1dae098fb7a2162497e1 (patch) | |
tree | 776b4ffdeeed35f53df6897dcd8ce9caa48eade0 | |
parent | 522f8f3b47848bb0246042faffcc44ac3a374aca (diff) | |
download | pandoc-1aaf4b8c833909d4f32c1dae098fb7a2162497e1.tar.gz |
Changed aeson version in stack.yaml to 0.11.0.0.
-rw-r--r-- | deb/stack.yaml | 2 | ||||
-rw-r--r-- | osx/stack.yaml | 2 | ||||
-rw-r--r-- | stack.full.yaml | 2 | ||||
-rw-r--r-- | stack.yaml | 2 | ||||
-rw-r--r-- | windows/stack.yaml | 1 |
5 files changed, 5 insertions, 4 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 959081d18..47f492283 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -15,5 +15,5 @@ packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: -- 'aeson-0.11' +- 'aeson-0.11.0.0' resolver: lts-5.2 diff --git a/osx/stack.yaml b/osx/stack.yaml index 461ecb173..3a8eea1f8 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -18,5 +18,5 @@ packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: -- 'aeson-0.11' +- 'aeson-0.11.0.0' resolver: lts-5.2 diff --git a/stack.full.yaml b/stack.full.yaml index 880fe9425..086a439dd 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -13,5 +13,5 @@ packages: - '../pandoc-types' - '../texmath' extra-deps: -- 'aeson-0.11' +- 'aeson-0.11.0.0' resolver: lts-5.2 diff --git a/stack.yaml b/stack.yaml index 9a36feed1..e180737d2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,5 +8,5 @@ flags: packages: - '.' extra-deps: -- 'aeson-0.11' +- 'aeson-0.11.0.0' resolver: lts-5.2 diff --git a/windows/stack.yaml b/windows/stack.yaml index a01dbfc03..3aec0a62b 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -16,4 +16,5 @@ packages: - '../../pandoc-citeproc' extra-deps: - 'hsb2hs-0.3.1' +- 'aeson-0.11.0.0' resolver: lts-5.2 |