diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-07-18 11:10:45 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-07-18 11:10:45 -0700 |
commit | 92efc605716521035f61ebc87c9f6131c5cf8155 (patch) | |
tree | adb02d3a2443ab9dc69306e25620372f1736ecc8 | |
parent | 168b559c96f409234efe811cf556c931feb7b847 (diff) | |
download | pandoc-92efc605716521035f61ebc87c9f6131c5cf8155.tar.gz |
Fix comment syntax in cabal.project
-rw-r--r-- | cabal.project | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project index 00e3adcc2..505636326 100644 --- a/cabal.project +++ b/cabal.project @@ -2,7 +2,7 @@ packages: pandoc.cabal tests: True flags: +embed_data_files -#source-repository-package -# type: git -# location: https://github.com/jgm/citeproc -# tag: 4ce0501cd6f9c86eee087afcf878c256e49b9615 +-- source-repository-package +-- type: git +-- location: https://github.com/jgm/citeproc +-- tag: 4ce0501cd6f9c86eee087afcf878c256e49b9615 |