Skip to content

Commit 3d0e2ef

Browse files
committed
Depend on dev version of texmath.
1 parent 0ad5684 commit 3d0e2ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cabal.project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ tests: True
66
flags: +embed_data_files
77
constraints: skylighting-format-blaze-html >= 0.1.1.2,
88
skylighting-format-context >= 0.1.0.2
9+
10+
source-repository-package
11+
type: git
12+
location: https://github.com/jgm/texmath
13+
tag: 85d7c9aaa19c9cc5f53f1cd56384cf89bef83ca4

stack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ extra-deps:
1717
- tls-2.0.1
1818
- skylighting-format-blaze-html-0.1.1.2
1919
- djot-0.1.1.1
20-
20+
- git: https://github.com/jgm/texmath
21+
commit: 85d7c9aaa19c9cc5f53f1cd56384cf89bef83ca4
2122
ghc-options:
2223
"$locals": -fhide-source-paths -Wno-missing-home-modules
2324
resolver: lts-22.11

0 commit comments

Comments
 (0)