summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-09-28 21:09:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-09-28 21:09:41 -0700
commitc40d61ce1b755e677bd2ce48e5efc920e7f0c132 (patch)
tree8eabb03df8c6242f3caa2d5e4a7f8386cb9aa859
parent740396d1ed91d03534b99ad8ccf545d916ee3f7a (diff)
Use released skylighting-format-blaze-html
-rw-r--r--cabal.project9
-rw-r--r--stack.yaml4
2 files changed, 3 insertions, 10 deletions
diff --git a/cabal.project b/cabal.project
index 34b47701c..4ca0cb7e0 100644
--- a/cabal.project
+++ b/cabal.project
@@ -3,7 +3,8 @@ packages: .
pandoc-cli
tests: True
flags: +embed_data_files
-constraints: aeson >= 2.0.1.0
+constraints: aeson >= 2.0.1.0,
+ skylighting-format-blaze-html >= 0.1.1
source-repository-package
type: git
@@ -13,12 +14,6 @@ source-repository-package
source-repository-package
type: git
- location: https://github.com/jgm/skylighting
- tag: 6079d8b0fb6e45c6a03b05501900be1c151701e6
- subdir: skylighting-format-blaze-html
-
-source-repository-package
- type: git
location: https://github.com/quarto-dev/gridtables
tag: 1dbf2ad311fc7b2d9aded51eb263067b6ff3ae28
diff --git a/stack.yaml b/stack.yaml
index c43cd4a69..5fcbf8bca 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -12,6 +12,7 @@ extra-deps:
- skylighting-0.13
- skylighting-format-ansi-0.1
- skylighting-format-latex-0.1
+- skylighting-format-blaze-html-0.1.1
- hslua-2.2.1
- hslua-aeson-2.2.1
- hslua-cli-1.2.0
@@ -26,9 +27,6 @@ extra-deps:
- doclayout-0.4
- doctemplates-0.10.0.2
- citeproc-0.8.0.1
-- git: https://github.com/jgm/skylighting
- commit: 6079d8b0fb6e45c6a03b05501900be1c151701e6
- subdirs: [skylighting-format-blaze-html]
- git: https://github.com/jgm/commonmark-hs
commit: 4f4fbe277044de0724dd0828a45311ab1413e30b
subdirs: [commonmark-extensions]