Skip to content

Commit 5283ae8

Browse files
committed
Use dev version of texmath.
Typst writer improvements.
1 parent 5766443 commit 5283ae8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cabal.project

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
99
-- for now (commercialhaskell/stackage#7545):
1010
data-default-class <= 0.2, data-default <= 0.8
1111

12+
source-repository-package
13+
type: git
14+
location: https://github.com/jgm/texmath.git
15+
tag: 178226929f9f6af749da68af830cbc49793abfa2

stack.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ extra-deps:
1313
- citeproc-0.8.1.2
1414
- skylighting-core-0.14.5
1515
- skylighting-0.14.5
16+
- git: https://github.com/jgm/texmath.git
17+
commit: 178226929f9f6af749da68af830cbc49793abfa2
1618
ghc-options:
1719
"$locals": -fhide-source-paths -Wno-missing-home-modules
1820
resolver: lts-23.0

0 commit comments

Comments
 (0)