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 947247d0b..de30e0605 100644 --- a/stack.lts9.yaml +++ b/stack.lts9.yaml @@ -24,7 +24,7 @@ extra-deps: - tasty-quickcheck-0.9.1 - doctemplates-0.2.2.1 - hs-bibutils-6.2.0.1 -- pandoc-citeproc-0.14.3 +- pandoc-citeproc-0.14.3.1 - tagsoup-0.14.6 - pandoc-types-1.17.4.2 - haddock-library-1.5.0.1 diff --git a/stack.yaml b/stack.yaml index 3f2d5fffe..fef2c479b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,7 +12,7 @@ flags: packages: - '.' extra-deps: -- pandoc-citeproc-0.14.3 +- pandoc-citeproc-0.14.3.1 - skylighting-0.7.0.2 - skylighting-core-0.7.0.2 - ansi-terminal-0.8.0.2 |