diff options
| -rw-r--r-- | cabal.project | 4 | ||||
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
4 files changed, 3 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project index c3a1ed0e9..4ca6da52e 100644 --- a/cabal.project +++ b/cabal.project @@ -9,7 +9,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, -- for now (commercialhaskell/stackage#7545): data-default-class <= 0.2, data-default <= 0.8 -source-repository-package - type: git - location: https://github.com/jgm/citeproc.git - tag: cf5542df8f21085bbfd794eaa5cc40abc605637b diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 8b8191757..24678bf4b 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -108,7 +108,7 @@ library build-depends: aeson , bytestring >= 0.9 && < 0.13 , crypton >= 0.30 && < 1.1 - , citeproc >= 0.8 && < 0.9 + , citeproc >= 0.8 && < 0.10 , containers >= 0.6.0.1 && < 0.9 , data-default >= 0.4 && < 0.9 , doclayout >= 0.5 && < 0.6 diff --git a/pandoc.cabal b/pandoc.cabal index f9e0d8911..cb8298961 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -494,7 +494,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.13, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.8.1.3 && < 0.9, + citeproc >= 0.9 && < 0.10, commonmark >= 0.2.6.1 && < 0.3, commonmark-extensions >= 0.2.6 && < 0.3, commonmark-pandoc >= 0.2.3 && < 0.3, diff --git a/stack.yaml b/stack.yaml index 7a8161eef..960e685b1 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,8 +17,7 @@ extra-deps: - commonmark-pandoc-0.2.3 - typst-0.7 - texmath-0.12.10 -- git: https://github.com/jgm/citeproc.git - commit: cf5542df8f21085bbfd794eaa5cc40abc605637b +- citeproc-0.9 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
