diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-04-13 11:20:18 +0200 |
---|---|---|
committer | despresc <christian.j.j.despres@gmail.com> | 2020-04-15 23:03:22 -0400 |
commit | 75d7e695326404c9d322f67cbaf21ff8ef23ffbf (patch) | |
tree | c7417d028775f658a714b57064f8e1f11e9349fa | |
parent | f1bd06eb4a327ca686229cfa13fa730744dcd22d (diff) | |
download | pandoc-75d7e695326404c9d322f67cbaf21ff8ef23ffbf.tar.gz |
Use custom pandoc-types repo with new table types
-rw-r--r-- | cabal.project | 4 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index e75426e89..b46532ca9 100644 --- a/cabal.project +++ b/cabal.project @@ -13,3 +13,7 @@ source-repository-package location: https://github.com/jgm/pandoc-citeproc tag: 0.17 +source-repository-package + type: git + location: https://github.com/despresc/pandoc-types + tag: 09cb4314010365abc4512c2363b83711c92ac18b diff --git a/stack.yaml b/stack.yaml index 3c2a6442d..3d395f168 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,7 +14,7 @@ packages: extra-deps: # - pandoc-types-1.20 # better-tables -- git: git@github.com:despresc/pandoc-types +- git: https://github.com/despresc/pandoc-types commit: 09cb4314010365abc4512c2363b83711c92ac18b - texmath-0.12.0.1 - haddock-library-1.8.0 |