From 3ac7deadce6cf2fbf6aaa3c7bacebaacb5c68214 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Nov 2021 21:47:27 -0800 Subject: Use latest dev texmath. --- cabal.project | 4 ++++ stack.yaml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cabal.project b/cabal.project index b0606c372..cb2d6ebdb 100644 --- a/cabal.project +++ b/cabal.project @@ -3,3 +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 diff --git a/stack.yaml b/stack.yaml index 3d46b814f..2bfc9ad02 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,12 +27,14 @@ extra-deps: - tasty-hslua-1.0.0 - tasty-lua-1.0.0 - pandoc-types-1.22.1 -- texmath-0.12.3.2 - commonmark-0.2.1.1 - commonmark-extensions-0.2.2 - citeproc-0.6 - aeson-pretty-0.8.9 - ipynb-0.1.0.2 +# - texmath-0.12.3.2 +- git: https://github.com/jgm/texmath.git + commit: 674bcbaec03e5550f155623de6662953bd157625 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.10 -- cgit v1.2.3