aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2020-05-06 09:17:25 -0700
committerJohn MacFarlane <[email protected]>2020-05-14 09:00:35 -0700
commit91c6d5c5dc4f3b75010c54dbef3781d1a5658402 (patch)
treea23ac06d07ff94d31dd1e7824cfa6af8491fe280
parent23082803cdaf78cbff305eb29bb89000dbcbaf51 (diff)
Use latest commonmark-hs commit.
-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 0ce659cef..54acb546e 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: a0ecfba10405ab9cfc285f531f4d98e5453234c1
+ tag: 047b8832bad954691c48a9099cb72909e6907877
subdir: commonmark
source-repository-package
type: git
location: https://github.com/jgm/commonmark-hs
- tag: a0ecfba10405ab9cfc285f531f4d98e5453234c1
+ tag: 047b8832bad954691c48a9099cb72909e6907877
subdir: commonmark-extensions
source-repository-package
type: git
location: https://github.com/jgm/commonmark-hs
- tag: a0ecfba10405ab9cfc285f531f4d98e5453234c1
+ tag: 047b8832bad954691c48a9099cb72909e6907877
subdir: commonmark-pandoc
diff --git a/stack.yaml b/stack.yaml
index 8ee5728fd..047973b89 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: a0ecfba10405ab9cfc285f531f4d98e5453234c1
+ commit: 047b8832bad954691c48a9099cb72909e6907877
subdirs:
- commonmark
- commonmark-extensions