Skip to content

Commit

Permalink
Pin pandoc-types version
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed May 21, 2023
1 parent 4f5cd22 commit c8aa99c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- base >=4.11 && <5
- text >=1.2.2 && <2.1
- pandoc >=3.0 && < 3.2
- pandoc-types
- pandoc-types >= 1.23 && < 1.24
library:
source-dirs: lib
ghc-options: -Wall
Expand Down
12 changes: 6 additions & 6 deletions pandoc-crossref.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ library
, mtl >=1.1 && <2.4
, pandoc >=3.0 && <3.2
, pandoc-crossref-internal
, pandoc-types
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
default-language: Haskell2010

Expand Down Expand Up @@ -178,7 +178,7 @@ library pandoc-crossref-internal
, microlens-th >=0.4.3.10 && <0.5.0.0
, mtl >=1.1 && <2.3
, pandoc >=3.0 && <3.2
, pandoc-types
, pandoc-types ==1.23.*
, syb >=0.4 && <0.8
, template-haskell >=2.7.0.0 && <3.0.0.0
, text >=1.2.2 && <2.1
Expand All @@ -200,7 +200,7 @@ executable pandoc-crossref
, optparse-applicative >=0.13 && <0.18
, pandoc >=3.0 && <3.2
, pandoc-crossref
, pandoc-types
, pandoc-types ==1.23.*
, template-haskell >=2.7.0.0 && <3.0.0.0
, temporary >=1.2 && <1.4
, text >=1.2.2 && <2.1
Expand All @@ -221,7 +221,7 @@ test-suite test-integrative
, hspec >=2.4.4 && <3
, pandoc >=3.0 && <3.2
, pandoc-crossref
, pandoc-types
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
Expand All @@ -248,7 +248,7 @@ test-suite test-pandoc-crossref
, pandoc >=3.0 && <3.2
, pandoc-crossref
, pandoc-crossref-internal
, pandoc-types
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
Expand All @@ -267,6 +267,6 @@ benchmark simple
, criterion >=1.5.9.0 && <1.7
, pandoc >=3.0 && <3.2
, pandoc-crossref
, pandoc-types
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
default-language: Haskell2010

0 comments on commit c8aa99c

Please sign in to comment.