diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 19:00:34 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 19:00:34 -0700 |
commit | 881a1e014582b590236474e32a22aad0a57650db (patch) | |
tree | 72bb07d4656e983295ea739445e7c35fc71d5864 | |
parent | b3ada2f11b6a1927214fe2869f145bb621622c84 (diff) | |
download | pandoc-881a1e014582b590236474e32a22aad0a57650db.tar.gz |
Add texmath to cabal.project.
-rw-r--r-- | cabal.project | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cabal.project b/cabal.project index 57333ecfc..4652f116e 100644 --- a/cabal.project +++ b/cabal.project @@ -2,10 +2,12 @@ packages: pandoc.cabal source-repository-package type: git - location: https://github.com/jgm/pandoc-citeproc.git - tag: f7654ae2128f374c0e88fd30bcd3138c50eeb84a + location: https://github.com/jgm/pandoc-citeproc + +source-repository-package + type: git + location: https://github.com/jgm/texmath source-repository-package type: git location: https://github.com/vincenthz/hs-memory - tag: 7cb4a2c2ce4b0b142eb041a3a319a7ddec80d045 |