Skip to content

Commit 1eb364d

Browse files
jgmchristopherkenny
authored andcommitted
Use texmath 0.12.8.13
1 parent 71d6aa8 commit 1eb364d

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

cabal.project

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
88
skylighting-format-context >= 0.1.0.2,
99
-- for now (commercialhaskell/stackage#7545):
1010
data-default-class <= 0.2, data-default <= 0.8
11-
12-
source-repository-package
13-
type: git
14-
location: https://github.com/jgm/texmath.git
15-
tag: 4f8d982abf6efaef6512f3671e47120eeced15b5

pandoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ library
533533
syb >= 0.1 && < 0.8,
534534
tagsoup >= 0.14.6 && < 0.15,
535535
temporary >= 1.1 && < 1.4,
536-
texmath >= 0.12.8.12 && < 0.13,
536+
texmath >= 0.12.8.13 && < 0.13,
537537
text >= 1.1.1.0 && < 2.2,
538538
text-conversions >= 0.3 && < 0.4,
539539
time >= 1.5 && < 1.15,

stack.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ packages:
1111
extra-deps:
1212
- tls-2.1.5
1313
- citeproc-0.8.1.2
14-
- skylighting-core-0.14.5
15-
- skylighting-0.14.5
16-
- git: https://github.com/jgm/texmath.git
17-
commit: 4f8d982abf6efaef6512f3671e47120eeced15b5
14+
- skylighting-core-0.14.6
15+
- skylighting-0.14.6
16+
- texmath-0.12.8.13
1817
ghc-options:
1918
"$locals": -fhide-source-paths -Wno-missing-home-modules
2019
resolver: lts-23.0

0 commit comments

Comments
 (0)