diff options
-rw-r--r-- | stack.lts9.yaml | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stack.lts9.yaml b/stack.lts9.yaml index c3e97c692..cea5305ac 100644 --- a/stack.lts9.yaml +++ b/stack.lts9.yaml @@ -25,7 +25,7 @@ extra-deps: - doctemplates-0.2.1 - haddock-library-1.4.3 - hs-bibutils-6.2.0.1 -- pandoc-citeproc-0.14.1.5 +- pandoc-citeproc-0.14.2 - tagsoup-0.14.6 - pandoc-types-1.17.4.2 resolver: lts-9.14 diff --git a/stack.yaml b/stack.yaml index 4721eec15..b1fe59615 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,7 +13,7 @@ flags: packages: - '.' extra-deps: -- pandoc-citeproc-0.14.1.5 +- pandoc-citeproc-0.14.2 - hslua-0.9.5 - skylighting-0.7.0.2 - skylighting-core-0.7.0.2 |