diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2021-11-21 17:51:28 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2021-11-21 17:51:28 -0800 |
| commit | a19134f74d41e67371fbbcfac8afc99e1f4d9378 (patch) | |
| tree | 2205c6b2b3be7d6fd89f88fb6b35fe3bb4b0bd9a | |
| parent | 6d52130c8ca49e8f79b177bb3f839d03a148404d (diff) | |
| download | pandoc-a19134f74d41e67371fbbcfac8afc99e1f4d9378.tar.gz | |
cabal.project: remove spurious source package stanza for texmath.
Unfortunately this means that the release binaries for 2.16.2
weren't built with all of the texmath improvements.
| -rw-r--r-- | cabal.project | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project index cb2d6ebdb..669dd74e2 100644 --- a/cabal.project +++ b/cabal.project @@ -3,7 +3,7 @@ tests: True flags: +embed_data_files constraints: aeson >= 2.0.1.0 -source-repository-package - type: git - location: https://github.com/jgm/texmath.git - tag: 674bcbaec03e5550f155623de6662953bd157625 +-- source-repository-package +-- type: git +-- location: https://github.com/jgm/texmath.git +-- tag: 674bcbaec03e5550f155623de6662953bd157625 |
