diff options
-rw-r--r-- | cabal.project | 7 | ||||
-rw-r--r-- | stack.yaml | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project index bcb43b0d4..7ce2b2d68 100644 --- a/cabal.project +++ b/cabal.project @@ -11,9 +11,4 @@ package pandoc-citeproc source-repository-package type: git location: https://github.com/jgm/pandoc-citeproc - tag: 0.17.0.1 - - source-repository-package - type: git - location: https://github.com/jgm/commonmark-hs - tag: 8d4442abc443ce0100cc87af797e7df9a72b9b9a + tag: 0.17.0.2 diff --git a/stack.yaml b/stack.yaml index 4994dbea5..dc77ab2f3 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,7 +13,8 @@ packages: - '.' extra-deps: - pandoc-types-1.21 -- pandoc-citeproc-0.17.0.1 +- pandoc-citeproc-0.17.0.2 +- rfc5051-0.2 - texmath-0.12.0.2 - haddock-library-1.9.0 - skylighting-0.9 |