From 051c366029eb7c18ac57126eba0d5c534be1230e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 Oct 2021 17:44:59 -0700 Subject: Depend on latest dev version of commonmark. --- cabal.project | 8 +++++++- stack.yaml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 930db65e8..d91fe2879 100644 --- a/cabal.project +++ b/cabal.project @@ -20,6 +20,12 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git - tag: 3cba9f874db7516f49d221a94171b4af010b5bea + tag: 7d34a747cd2d8668451909a722eb9ce16d1f4852 + subdir: commonmark + +source-repository-package + type: git + location: https://github.com/jgm/commonmark-hs.git + tag: 7d34a747cd2d8668451909a722eb9ce16d1f4852 subdir: commonmark-pandoc diff --git a/stack.yaml b/stack.yaml index f4c42c6d1..78f5f63de 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,8 +19,8 @@ extra-deps: - git: https://github.com/jgm/citeproc.git commit: 673a7fb643d24a3bb0f60f8f29e189c0ba7ef15b - git: https://github.com/jgm/commonmark-hs.git - commit: 3cba9f874db7516f49d221a94171b4af010b5bea - subdirs: [commonmark-pandoc] + commit: 7d34a747cd2d8668451909a722eb9ce16d1f4852 + subdirs: [commonmark, commonmark-pandoc] ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.10 -- cgit v1.2.3