Skip to content

Commit

Permalink
Relax text lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Sep 11, 2022
1 parent b1aa6bb commit cef2fe7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 >=2.0.1 && <2.1
- text >=1.2.2 && <2.1
- pandoc >=2.18 && < 2.20
- pandoc-types >=1.22.2 && <1.23
library:
Expand Down
14 changes: 7 additions & 7 deletions pandoc-crossref.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 2.0
--
-- see: https://github.com/sol/hpack
--
-- hash: 5eb091301988afbd20489393babdd30cbc2d8719e1e25699f0b3c3d13d22aa75
-- hash: 1fdce9021eba43c7280cdcb2bbde3344894c7f5cc71564dddd74d5dab82ea55a

name: pandoc-crossref
version: 0.3.13.0
Expand Down Expand Up @@ -120,7 +120,7 @@ library
, pandoc >=2.18 && <2.20
, pandoc-crossref-internal
, pandoc-types >=1.22.2 && <1.23
, text >=2.0.1 && <2.1
, text >=1.2.2 && <2.1
default-language: Haskell2010

library pandoc-crossref-internal
Expand Down Expand Up @@ -157,7 +157,7 @@ library pandoc-crossref-internal
, pandoc-types >=1.22.2 && <1.23
, syb >=0.4 && <0.8
, template-haskell >=2.7.0.0 && <3.0.0.0
, text >=2.0.1 && <2.1
, text >=1.2.2 && <2.1
, utility-ht >=0.0.11 && <0.1.0
default-language: Haskell2010

Expand All @@ -179,7 +179,7 @@ executable pandoc-crossref
, pandoc-types >=1.22.2 && <1.23
, template-haskell >=2.7.0.0 && <3.0.0.0
, temporary >=1.2 && <1.4
, text >=2.0.1 && <2.1
, text >=1.2.2 && <2.1
default-language: Haskell2010

test-suite test-integrative
Expand All @@ -196,7 +196,7 @@ test-suite test-integrative
, pandoc >=2.18 && <2.20
, pandoc-crossref
, pandoc-types >=1.22.2 && <1.23
, text >=2.0.1 && <2.1
, text >=1.2.2 && <2.1
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
default-language: Haskell2010
Expand All @@ -223,7 +223,7 @@ test-suite test-pandoc-crossref
, pandoc-crossref
, pandoc-crossref-internal
, pandoc-types >=1.22.2 && <1.23
, text >=2.0.1 && <2.1
, text >=1.2.2 && <2.1
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
default-language: Haskell2010
Expand All @@ -242,5 +242,5 @@ benchmark simple
, pandoc >=2.18 && <2.20
, pandoc-crossref
, pandoc-types >=1.22.2 && <1.23
, text >=2.0.1 && <2.1
, text >=1.2.2 && <2.1
default-language: Haskell2010

0 comments on commit cef2fe7

Please sign in to comment.