blob: 85b916f244030de07e23100f3fc6b1c618669f98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Disable cabal citeproc, as we don't accept checking out git-repos during
build. It has to go into an extra package.
If it is needed please contact the maintainer of this package.
--- a/cabal.project
+++ b/cabal.project
@@ -3,12 +3,3 @@
package pandoc
flags: +embed_data_files -trypandoc
ghc-options: -j +RTS -A64m -RTS
-
-package pandoc-citeproc
- flags: +embed_data_files +bibutils -unicode_collation -test_citeproc -debug
- ghc-options: -j +RTS -A64m -RTS
-
-source-repository-package
- type: git
- location: https://github.com/jgm/pandoc-citeproc
- tag: 0.17
|