mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 01:58:49 +03:00
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:
parent
3539bf970d
commit
f87298a611
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user