diff options
| author | John MacFarlane <[email protected]> | 2025-11-30 11:06:12 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-30 11:08:32 +0100 |
| commit | 37b7bd3b38d1fdf6a38a420fa2f76843bbb6881b (patch) | |
| tree | 936f31b2019c456c3244518406dd00e5f77f6c4d | |
| parent | cc9be5d9cbcb7973882333e60b1d81978f5b4dc9 (diff) | |
Use latest dev asciidoc.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 | ||||
| -rw-r--r-- | test/asciidoc-reader.native | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cabal.project b/cabal.project index 71b50a0c0..38e782fec 100644 --- a/cabal.project +++ b/cabal.project @@ -30,4 +30,4 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/asciidoc-hs.git - tag: 17df3ccc91102ad74a977d4cb1a43f03b4ef0bda + tag: b936642fb739e85f08afd44a35bc3ce0849d8cd7 diff --git a/stack.yaml b/stack.yaml index ee09ed999..597cebffd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,7 +23,7 @@ extra-deps: - git: https://github.com/jgm/djoths.git commit: 7dc8da53fc092d2d4d91f5f0988840f4faf90368 - git: https://github.com/jgm/asciidoc-hs.git - commit: 17df3ccc91102ad74a977d4cb1a43f03b4ef0bda + commit: b936642fb739e85f08afd44a35bc3ce0849d8cd7 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-24.20 diff --git a/test/asciidoc-reader.native b/test/asciidoc-reader.native index 106407f84..b01ea6a35 100644 --- a/test/asciidoc-reader.native +++ b/test/asciidoc-reader.native @@ -4395,7 +4395,7 @@ Pandoc , Div ( "" , [ "included" ] - , [ ( "path" , "./asciidoc-reader-include.adoc" ) ] + , [ ( "path" , "asciidoc-reader-include.adoc" ) ] ) [ Para [ Str "This" |
