Skip to content

Commit

Permalink
Bump text dependency (#424)
Browse files Browse the repository at this point in the history
Builds and tests fine
  • Loading branch information
Vekhir authored Jan 31, 2024
1 parent 0538049 commit 82dc52f
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 @@ -19,7 +19,7 @@ data-files:
- test/m2m/*/*
dependencies:
base: ">=4.11 && <5"
text: ">=1.2.2 && <2.1"
text: ">=1.2.2 && <2.2"
pandoc: ">=3.1.8 && < 3.2"
pandoc-types: ">= 1.23 && < 1.24"
_deps:
Expand Down
12 changes: 6 additions & 6 deletions pandoc-crossref.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ library
, pandoc >=3.1.8 && <3.2
, pandoc-crossref-internal
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
, text >=1.2.2 && <2.2
default-language: Haskell2010

library pandoc-crossref-internal
Expand Down Expand Up @@ -181,7 +181,7 @@ library pandoc-crossref-internal
, 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
, text >=1.2.2 && <2.2
, utility-ht >=0.0.11 && <0.1.0
default-language: Haskell2010

Expand All @@ -203,7 +203,7 @@ executable pandoc-crossref
, 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
, text >=1.2.2 && <2.2
default-language: Haskell2010

test-suite test-integrative
Expand All @@ -222,7 +222,7 @@ test-suite test-integrative
, pandoc >=3.1.8 && <3.2
, pandoc-crossref
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
, text >=1.2.2 && <2.2
default-language: Haskell2010
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
Expand All @@ -249,7 +249,7 @@ test-suite test-pandoc-crossref
, pandoc-crossref
, pandoc-crossref-internal
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
, text >=1.2.2 && <2.2
default-language: Haskell2010
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
Expand All @@ -268,5 +268,5 @@ benchmark simple
, pandoc >=3.1.8 && <3.2
, pandoc-crossref
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
, text >=1.2.2 && <2.2
default-language: Haskell2010

0 comments on commit 82dc52f

Please sign in to comment.