diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-22 10:15:42 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-22 10:38:15 -0700 |
commit | b64410ff9ce64d6a2c7e09b43694b6f4245f9129 (patch) | |
tree | 85c567dabf7f3fd5da679bf7b2e06eacf585c129 /.gitignore | |
parent | fc443712d311270af8f7698275849be446469836 (diff) | |
download | pandoc-b64410ff9ce64d6a2c7e09b43694b6f4245f9129.tar.gz |
Use HsYAML-0.2.0.0
Most of this is due to @vijayphoenix (#5704), but it
needed some revisions to integrate with current
master, and to use the released HsYAML.
Closes #5704.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e8690c4eb..5248eb2b3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ data/reference.docx data/reference.odt .stack-work cabal.project.local +/dist-newstyle/ |