diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-12-10 08:11:05 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-12-10 08:11:05 +0100 |
commit | b15191aece326b54db08c737808cf7a01e1df1ad (patch) | |
tree | 1d26ddc2cf97aae90535f05f4ec950433dae0165 | |
parent | 0dd228593f0d1e70f975685fabd66f3555d1a70f (diff) | |
download | pandoc-b15191aece326b54db08c737808cf7a01e1df1ad.tar.gz |
cabal.project: disable installation of citeproc from source
-rw-r--r-- | cabal.project | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project index ad1bcce55..f6422d81a 100644 --- a/cabal.project +++ b/cabal.project @@ -4,8 +4,8 @@ package pandoc flags: +embed_data_files -trypandoc ghc-options: -j +RTS -A64m -RTS -source-repository-package - type: git - location: https://github.com/jgm/citeproc - tag: 42b1d154b02435229acbe98ae0f17d01b757ee93 +-- source-repository-package +-- type: git +-- location: https://github.com/jgm/citeproc +-- tag: 42b1d154b02435229acbe98ae0f17d01b757ee93 |