mirror of
https://github.com/Mesabloo/diagnose.git
synced 2024-11-22 17:52:15 +03:00
insert correct version bounds for 'wcwidth'
This commit is contained in:
parent
9bf1277414
commit
a9b5b73c8e
@ -71,7 +71,7 @@ library
|
||||
, prettyprinter-ansi-terminal >=1.1.0 && <2
|
||||
, text >=1.2 && <2
|
||||
, unordered-containers ==0.2.*
|
||||
, wcwidth >=0.0.1
|
||||
, wcwidth >=0.0.1 && <1
|
||||
if flag(json)
|
||||
cpp-options: -DUSE_AESON
|
||||
build-depends:
|
||||
@ -113,7 +113,7 @@ test-suite diagnose-megaparsec-tests
|
||||
, prettyprinter-ansi-terminal >=1.1.0 && <2
|
||||
, text >=1.2 && <2
|
||||
, unordered-containers ==0.2.*
|
||||
, wcwidth >=0.0.1
|
||||
, wcwidth >=0.0.1 && <1
|
||||
if flag(json)
|
||||
cpp-options: -DUSE_AESON
|
||||
build-depends:
|
||||
@ -152,7 +152,7 @@ test-suite diagnose-parsec-tests
|
||||
, prettyprinter-ansi-terminal >=1.1.0 && <2
|
||||
, text >=1.2 && <2
|
||||
, unordered-containers ==0.2.*
|
||||
, wcwidth >=0.0.1
|
||||
, wcwidth >=0.0.1 && <1
|
||||
if flag(json)
|
||||
cpp-options: -DUSE_AESON
|
||||
build-depends:
|
||||
@ -190,7 +190,7 @@ test-suite diagnose-rendering-tests
|
||||
, prettyprinter-ansi-terminal >=1.1.0 && <2
|
||||
, text >=1.2 && <2
|
||||
, unordered-containers ==0.2.*
|
||||
, wcwidth >=0.0.1
|
||||
, wcwidth >=0.0.1 && <1
|
||||
if flag(json)
|
||||
cpp-options: -DUSE_AESON
|
||||
build-depends:
|
||||
|
@ -14,7 +14,7 @@ dependencies:
|
||||
- hashable >= 1.3 && < 2
|
||||
- data-default >= 0.7 && < 1
|
||||
- text >= 1.2 && < 2
|
||||
- wcwidth >= 0.0.1
|
||||
- wcwidth >= 0.0.1 && <1
|
||||
|
||||
default-extensions:
|
||||
- OverloadedStrings
|
||||
|
Loading…
Reference in New Issue
Block a user