Adjust the minimum version of scientific

Megaparsec added the Safe Haskell extension, which means that modules can
only import other safe modules. The dependency constraints include versions
of `scientific` that don't have the Safe Haskell extension on the module
Megaparsec is importing. This led to build problems.
This commit is contained in:
Mark Karpov 2021-08-06 22:36:16 +02:00
parent 3539bf970d
commit f87298a611
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -62,7 +62,7 @@ library
deepseq >=1.3 && <1.5,
mtl >=2.2.2 && <3.0,
parser-combinators >=1.0 && <2.0,
scientific >=0.3.1 && <0.4,
scientific >=0.3.7 && <0.4,
text >=0.2 && <1.3,
transformers >=0.4 && <0.7