diff options
| -rw-r--r-- | cabal.project | 4 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index 9fa5d337e..e2f59d970 100644 --- a/cabal.project +++ b/cabal.project @@ -7,3 +7,7 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.3, skylighting-format-context >= 0.1.0.2 +source-repository-package + type: git + location: https://github.com/jgm/asciidoc-hs.git + tag: 4976e8b493808191358f4fadbe496e0a7c8e0fd1 diff --git a/stack.yaml b/stack.yaml index 743c8ddce..11f7987bc 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,7 +18,8 @@ extra-deps: - typst-0.8.1 - texmath-0.13.0.2 - djot-0.1.2.4 -- asciidoc-0.1 +- git: https://github.com/jgm/asciidoc-hs.git + commit: 4976e8b493808191358f4fadbe496e0a7c8e0fd1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-24.20 |
