insert correct version bounds for 'wcwidth'

This commit is contained in:
Mesabloo 2022-04-27 00:32:13 +02:00
parent 9bf1277414
commit a9b5b73c8e
2 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ library
, prettyprinter-ansi-terminal >=1.1.0 && <2 , prettyprinter-ansi-terminal >=1.1.0 && <2
, text >=1.2 && <2 , text >=1.2 && <2
, unordered-containers ==0.2.* , unordered-containers ==0.2.*
, wcwidth >=0.0.1 , wcwidth >=0.0.1 && <1
if flag(json) if flag(json)
cpp-options: -DUSE_AESON cpp-options: -DUSE_AESON
build-depends: build-depends:
@ -113,7 +113,7 @@ test-suite diagnose-megaparsec-tests
, prettyprinter-ansi-terminal >=1.1.0 && <2 , prettyprinter-ansi-terminal >=1.1.0 && <2
, text >=1.2 && <2 , text >=1.2 && <2
, unordered-containers ==0.2.* , unordered-containers ==0.2.*
, wcwidth >=0.0.1 , wcwidth >=0.0.1 && <1
if flag(json) if flag(json)
cpp-options: -DUSE_AESON cpp-options: -DUSE_AESON
build-depends: build-depends:
@ -152,7 +152,7 @@ test-suite diagnose-parsec-tests
, prettyprinter-ansi-terminal >=1.1.0 && <2 , prettyprinter-ansi-terminal >=1.1.0 && <2
, text >=1.2 && <2 , text >=1.2 && <2
, unordered-containers ==0.2.* , unordered-containers ==0.2.*
, wcwidth >=0.0.1 , wcwidth >=0.0.1 && <1
if flag(json) if flag(json)
cpp-options: -DUSE_AESON cpp-options: -DUSE_AESON
build-depends: build-depends:
@ -190,7 +190,7 @@ test-suite diagnose-rendering-tests
, prettyprinter-ansi-terminal >=1.1.0 && <2 , prettyprinter-ansi-terminal >=1.1.0 && <2
, text >=1.2 && <2 , text >=1.2 && <2
, unordered-containers ==0.2.* , unordered-containers ==0.2.*
, wcwidth >=0.0.1 , wcwidth >=0.0.1 && <1
if flag(json) if flag(json)
cpp-options: -DUSE_AESON cpp-options: -DUSE_AESON
build-depends: build-depends:

View File

@ -14,7 +14,7 @@ dependencies:
- hashable >= 1.3 && < 2 - hashable >= 1.3 && < 2
- data-default >= 0.7 && < 1 - data-default >= 0.7 && < 1
- text >= 1.2 && < 2 - text >= 1.2 && < 2
- wcwidth >= 0.0.1 - wcwidth >= 0.0.1 && <1
default-extensions: default-extensions:
- OverloadedStrings - OverloadedStrings