summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-17 08:48:29 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-17 08:48:29 -0700
commitcae52ecc315a0635f81cb2547b4f268ec8a8befa (patch)
tree11839a2bfa2d7a34c98cc3e2a0ff85a51900bb94 /pandoc.cabal
parentabc3896b8e7ba75bfe49f491b860b990e49bf88a (diff)
Revert "LaTeX reader: citation handling changes."
This reverts commit f7229b147314042f946dfded3b441ab0fae260a0.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index af805b6bf..7f82d11a1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -109,7 +109,6 @@ Extra-Source-Files:
tests/lalune.jpg,
tests/movie.jpg,
tests/biblio.bib,
- tests/biblio.mods,
tests/chicago-author-date.csl,
tests/ieee.csl,
tests/mhra.csl,
@@ -384,7 +383,6 @@ Test-Suite test-pandoc
QuickCheck >= 2.4 && < 2.7,
HUnit >= 1.2 && < 1.3,
containers >= 0.1 && < 0.6,
- citeproc-hs >= 0.3 && < 0.4,
ansi-terminal >= 0.5 && < 0.7
Other-Modules: Tests.Old
Tests.Helpers