diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-09 14:12:14 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-09 14:12:14 -0800 |
commit | a41210463654893b0bf8b672256f36846d16fd5c (patch) | |
tree | 3bf3691ea8118290676e00ded5775393001b9340 /deb | |
parent | 5eb80872af7cfa5305dae72b21e9c798be3db8d6 (diff) | |
download | pandoc-a41210463654893b0bf8b672256f36846d16fd5c.tar.gz |
Fixed typo in deb/stack.yaml.
Diffstat (limited to 'deb')
-rw-r--r-- | deb/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index f714fe3e2..3f84be738 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -18,5 +18,5 @@ 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 +- 'aeson-0.8.0.2' resolver: lts-4.0 |