diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-02-09 17:28:37 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-02-09 17:28:37 -0800 |
commit | 52794d8d52954b23fa3da76eea4b08a323d1c589 (patch) | |
tree | bd10eb1e784231434f715c26e3c4b85587448fd6 /osx | |
parent | 1aaf4b8c833909d4f32c1dae098fb7a2162497e1 (diff) | |
download | pandoc-52794d8d52954b23fa3da76eea4b08a323d1c589.tar.gz |
Removed aeson extra-dep from stack.yaml.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index 3a8eea1f8..50a90f9d6 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -18,5 +18,4 @@ packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: -- 'aeson-0.11.0.0' resolver: lts-5.2 |