diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-09-19 09:56:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-09-19 09:58:16 -0700 |
commit | 1dd9f8b6544061cf9011140906e9b6c1de9e0f6d (patch) | |
tree | 280ce51035f4acc77d32e9fbef62f1374e0383ee | |
parent | a26ec96d89ccf532f7bca7591c96ba30d8544e4a (diff) | |
download | pandoc-1dd9f8b6544061cf9011140906e9b6c1de9e0f6d.tar.gz |
Use released pandoc-types 1.22.
-rw-r--r-- | cabal.project | 5 | ||||
-rw-r--r-- | pandoc.cabal | 4 | ||||
-rw-r--r-- | stack.yaml | 3 |
3 files changed, 3 insertions, 9 deletions
diff --git a/cabal.project b/cabal.project index 52c85d222..7ce2b2d68 100644 --- a/cabal.project +++ b/cabal.project @@ -12,8 +12,3 @@ source-repository-package type: git location: https://github.com/jgm/pandoc-citeproc tag: 0.17.0.2 - -source-repository-package - type: git - location: https://github.com/jgm/pandoc-types - tag: 8e9ca37802120f32ececac752d73463e2fc86811 diff --git a/pandoc.cabal b/pandoc.cabal index a23f1fb91..29a412f89 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -402,7 +402,7 @@ library xml >= 1.3.12 && < 1.4, split >= 0.2 && < 0.3, random >= 1 && < 1.2, - pandoc-types >= 1.21 && < 1.22, + pandoc-types >= 1.22 && < 1.23, aeson >= 0.7 && < 1.6, scientific >= 0.3 && < 0.4, aeson-pretty >= 0.8.5 && < 0.9, @@ -741,7 +741,7 @@ test-suite test-pandoc hs-source-dirs: test build-depends: base >= 4.8 && < 5, pandoc, - pandoc-types >= 1.21 && < 1.22, + pandoc-types >= 1.22 && < 1.23, mtl >= 2.2 && < 2.3, bytestring >= 0.9 && < 0.11, base64-bytestring >= 0.1 && < 1.2, diff --git a/stack.yaml b/stack.yaml index 914d6bca2..ea5c277be 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,9 +12,8 @@ flags: packages: - '.' extra-deps: -- git: https://github.com/jgm/pandoc-types - commit: 8e9ca37802120f32ececac752d73463e2fc86811 - pandoc-citeproc-0.17.0.2 +- pandoc-types-1.22 - rfc5051-0.2 - texmath-0.12.0.2 - haddock-library-1.9.0 |