aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-01-23 16:40:09 -0800
committerJohn MacFarlane <[email protected]>2024-01-23 16:40:09 -0800
commit23f67c8458ea9a052dca9ed7a49151ea677d09dc (patch)
tree272f19ac69facb7066004822089ca53c00cad568
parent254ebeb68bd0e94d513e7e8f4037ec2768b38145 (diff)
Depend on dev commonmark-pandoc.
-rw-r--r--cabal.project6
-rw-r--r--stack.yaml4
2 files changed, 9 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project
index 2ca0786de..c89e3e939 100644
--- a/cabal.project
+++ b/cabal.project
@@ -6,3 +6,9 @@ tests: True
flags: +embed_data_files
constraints: skylighting-format-blaze-html >= 0.1.1.1,
skylighting-format-context >= 0.1.0.2
+
+source-repository-package
+ type: git
+ location: https://github.com/jgm/commonmark-hs
+ subdir: commonmark-pandoc
+ tag: d681657a8b1ff9c7d0120356fbce079d325eada4
diff --git a/stack.yaml b/stack.yaml
index c51410118..16e62b723 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -28,8 +28,10 @@ extra-deps:
- texmath-0.12.8.6
- commonmark-0.2.4.1
- commonmark-extensions-0.2.5.1
-- commonmark-pandoc-0.2.2
- typst-0.5
+- git: https://github.com/jgm/commonmark-hs
+ subdirs: [commonmark-pandoc]
+ commit: d681657a8b1ff9c7d0120356fbce079d325eada4
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules