From 6b2f66507a04b9071fdc2580488594f050ff4a83 Mon Sep 17 00:00:00 2001
From: John MacFarlane
Date: Mon, 11 Aug 2025 10:02:29 -0700
Subject: Use latest dev texmath.
---
cabal.project | 2 +-
stack.yaml | 2 +-
test/writer.jats_archiving | 2 +-
test/writer.jats_articleauthoring | 2 +-
test/writer.jats_publishing | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/cabal.project b/cabal.project
index d5c0adcc5..a211d3417 100644
--- a/cabal.project
+++ b/cabal.project
@@ -19,6 +19,6 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/jgm/texmath.git
- tag: 9d02b5a5936d91a739d95a260feac29818533127
+ tag: 2a40f5d26d9b888559fd573ea8e7cb9c0114f9ee
-- TODO: release new skylighting-core, skylighting
diff --git a/stack.yaml b/stack.yaml
index 112354bd0..b81e9ae37 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -24,7 +24,7 @@ extra-deps:
- git: https://github.com/jgm/citeproc.git
commit: 31f1b8b972bd01f6e29c1cf9c50bf0ffd9fab9a2
- git: https://github.com/jgm/texmath.git
- commit: 9d02b5a5936d91a739d95a260feac29818533127
+ commit: 2a40f5d26d9b888559fd573ea8e7cb9c0114f9ee
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-23.22
diff --git a/test/writer.jats_archiving b/test/writer.jats_archiving
index 503f5e214..a453f261f 100644
--- a/test/writer.jats_archiving
+++ b/test/writer.jats_archiving
@@ -687,7 +687,7 @@ These should not be escaped: \$ \\ \> \[ \{
Here’s some display math:
- ddxf(x)=limh→0f(x+h)−f(x)h
+ ddxf(x)=limh→0f(x+h)−f(x)h
Here’s one that has a line break in it:
diff --git a/test/writer.jats_articleauthoring b/test/writer.jats_articleauthoring
index cba0c363f..f987768b5 100644
--- a/test/writer.jats_articleauthoring
+++ b/test/writer.jats_articleauthoring
@@ -673,7 +673,7 @@ These should not be escaped: \$ \\ \> \[ \{
Here’s some display math:
- ddxf(x)=limh→0f(x+h)−f(x)h
+ ddxf(x)=limh→0f(x+h)−f(x)h
Here’s one that has a line break in it:
diff --git a/test/writer.jats_publishing b/test/writer.jats_publishing
index 76f20525a..18d02d81c 100644
--- a/test/writer.jats_publishing
+++ b/test/writer.jats_publishing
@@ -687,7 +687,7 @@ These should not be escaped: \$ \\ \> \[ \{
Here’s some display math:
- ddxf(x)=limh→0f(x+h)−f(x)h
+ ddxf(x)=limh→0f(x+h)−f(x)h
Here’s one that has a line break in it:
--
cgit v1.2.3