diff options
-rw-r--r-- | cabal.project | 1 | ||||
-rw-r--r-- | stack.yaml | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/cabal.project b/cabal.project index 135fa6031..8010bc697 100644 --- a/cabal.project +++ b/cabal.project @@ -12,3 +12,4 @@ source-repository-package type: git location: https://github.com/jgm/pandoc-citeproc tag: 0.17.0.1 + diff --git a/stack.yaml b/stack.yaml index d9506b877..28f96b773 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,12 +27,9 @@ extra-deps: - HsYAML-0.2.1.0 - HsYAML-aeson-0.2.0.0 - doctemplates-0.8.2 -- git: https://github.com/jgm/commonmark-hs - commit: a0ecfba10405ab9cfc285f531f4d98e5453234c1 - subdirs: - - commonmark - - commonmark-extensions - - commonmark-pandoc +- commonmark-0.1.0.0 +- commonmark-extensions-0.1.0.0 +- commonmark-pandoc-0.1.0.0 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-14.6 |