diff options
author | Laurent P. René de Cotret <LaurentRDC@users.noreply.github.com> | 2020-06-15 13:03:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 10:03:41 -0700 |
commit | e8f532780bfc59960dcd77eb8aac07e5e71402aa (patch) | |
tree | ece2ba5dc74704db527da4af7cc26e38d3231717 | |
parent | 2d9d779fbe623cff77c5e93a87c0c33f120293de (diff) | |
download | pandoc-e8f532780bfc59960dcd77eb8aac07e5e71402aa.tar.gz |
Remove unused dependency `vector` (#6462)
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 0f6cdf2df..51b6d2524 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -410,7 +410,6 @@ library temporary >= 1.1 && < 1.4, blaze-html >= 0.9 && < 0.10, blaze-markup >= 0.8 && < 0.9, - vector >= 0.10 && < 0.13, jira-wiki-markup >= 1.3.1 && < 1.4, hslua >= 1.1 && < 1.2, hslua-module-system >= 0.2 && < 0.3, |