From a19134f74d41e67371fbbcfac8afc99e1f4d9378 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 21 Nov 2021 17:51:28 -0800
Subject: [PATCH] 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.
---
 cabal.project | 8 ++++----
 1 file 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