aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2020-05-06 11:24:51 -0700
committerJohn MacFarlane <[email protected]>2020-05-14 09:00:35 -0700
commit260c1121b2f928b32f8ae27c74cd4bd1415850ba (patch)
tree733d1b8b30562975dc7988da9df1605e55658f24
parent52c5c60c998b150845bccb6e523bfbe6fcd1301a (diff)
Use latest commonmark-hs.
-rw-r--r--cabal.project6
-rw-r--r--stack.yaml2
2 files changed, 4 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project
index 54acb546e..bb03dc74d 100644
--- a/cabal.project
+++ b/cabal.project
@@ -21,17 +21,17 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/jgm/commonmark-hs
- tag: 047b8832bad954691c48a9099cb72909e6907877
+ tag: dab1978e19cbafd4b7540cf545346969091929d5
subdir: commonmark
source-repository-package
type: git
location: https://github.com/jgm/commonmark-hs
- tag: 047b8832bad954691c48a9099cb72909e6907877
+ tag: dab1978e19cbafd4b7540cf545346969091929d5
subdir: commonmark-extensions
source-repository-package
type: git
location: https://github.com/jgm/commonmark-hs
- tag: 047b8832bad954691c48a9099cb72909e6907877
+ tag: dab1978e19cbafd4b7540cf545346969091929d5
subdir: commonmark-pandoc
diff --git a/stack.yaml b/stack.yaml
index 047973b89..f97aaede5 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -31,7 +31,7 @@ extra-deps:
- HsYAML-aeson-0.2.0.0
- doctemplates-0.8.2
- git: https://github.com/jgm/commonmark-hs
- commit: 047b8832bad954691c48a9099cb72909e6907877
+ commit: dab1978e19cbafd4b7540cf545346969091929d5
subdirs:
- commonmark
- commonmark-extensions