Skip to content

Commit 37b7bd3

Browse files
committed
Use latest dev asciidoc.
1 parent cc9be5d commit 37b7bd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ source-repository-package
3030
source-repository-package
3131
type: git
3232
location: https://github.com/jgm/asciidoc-hs.git
33-
tag: 17df3ccc91102ad74a977d4cb1a43f03b4ef0bda
33+
tag: b936642fb739e85f08afd44a35bc3ce0849d8cd7

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extra-deps:
2323
- git: https://github.com/jgm/djoths.git
2424
commit: 7dc8da53fc092d2d4d91f5f0988840f4faf90368
2525
- git: https://github.com/jgm/asciidoc-hs.git
26-
commit: 17df3ccc91102ad74a977d4cb1a43f03b4ef0bda
26+
commit: b936642fb739e85f08afd44a35bc3ce0849d8cd7
2727
ghc-options:
2828
"$locals": -fhide-source-paths -Wno-missing-home-modules
2929
resolver: lts-24.20

test/asciidoc-reader.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4395,7 +4395,7 @@ Pandoc
43954395
, Div
43964396
( ""
43974397
, [ "included" ]
4398-
, [ ( "path" , "./asciidoc-reader-include.adoc" ) ]
4398+
, [ ( "path" , "asciidoc-reader-include.adoc" ) ]
43994399
)
44004400
[ Para
44014401
[ Str "This"

0 commit comments

Comments
 (0)