update bounds on Aeson

fixes #16
This commit is contained in:
Mesabloo 2022-11-05 09:51:04 +01:00
parent 9e81d90817
commit 5df8d9097b
2 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
@ -75,10 +75,11 @@ library
, text >=1.0.0.0 && <=2.0
, unordered-containers ==0.2.*
, wcwidth >=0.0.1 && <1
default-language: Haskell2010
if flag(json)
cpp-options: -DUSE_AESON
build-depends:
aeson >=1.5 && <2
aeson >=1.5 && <3
, bytestring >=0.9 && <1
if flag(megaparsec-compat)
build-depends:
@ -93,7 +94,6 @@ library
if flag(parsec-compat)
exposed-modules:
Error.Diagnose.Compat.Parsec
default-language: Haskell2010
test-suite diagnose-megaparsec-tests
type: exitcode-stdio-1.0
@ -121,10 +121,11 @@ test-suite diagnose-megaparsec-tests
, text >=1.2 && <3
, unordered-containers ==0.2.*
, wcwidth >=0.0.1 && <1
default-language: Haskell2010
if flag(json)
cpp-options: -DUSE_AESON
build-depends:
aeson >=1.5 && <2
aeson >=1.5 && <3
, bytestring >=0.9 && <1
if flag(megaparsec-compat)
build-depends:
@ -135,7 +136,6 @@ test-suite diagnose-megaparsec-tests
parsec >=3.1.14
if !(flag(megaparsec-compat))
buildable: False
default-language: Haskell2010
test-suite diagnose-parsec-tests
type: exitcode-stdio-1.0
@ -162,10 +162,11 @@ test-suite diagnose-parsec-tests
, text >=1.2 && <3
, unordered-containers ==0.2.*
, wcwidth >=0.0.1 && <1
default-language: Haskell2010
if flag(json)
cpp-options: -DUSE_AESON
build-depends:
aeson >=1.5 && <2
aeson >=1.5 && <3
, bytestring >=0.9 && <1
if flag(megaparsec-compat)
build-depends:
@ -176,7 +177,6 @@ test-suite diagnose-parsec-tests
parsec >=3.1.14
if !(flag(parsec-compat))
buildable: False
default-language: Haskell2010
test-suite diagnose-rendering-tests
type: exitcode-stdio-1.0
@ -202,10 +202,11 @@ test-suite diagnose-rendering-tests
, text >=1.0.0.0 && <=2.0
, unordered-containers ==0.2.*
, wcwidth >=0.0.1 && <1
default-language: Haskell2010
if flag(json)
cpp-options: -DUSE_AESON
build-depends:
aeson >=1.5 && <2
aeson >=1.5 && <3
, bytestring >=0.9 && <1
if flag(megaparsec-compat)
build-depends:
@ -214,4 +215,3 @@ test-suite diagnose-rendering-tests
if flag(parsec-compat)
build-depends:
parsec >=3.1.14
default-language: Haskell2010

View File

@ -61,7 +61,7 @@ flags:
when:
- condition: flag(json)
dependencies:
- aeson >= 1.5 && <2
- aeson >= 1.5 && <3
- bytestring >= 0.9 && < 1
cpp-options: