mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-26 01:32:49 +03:00
specify base version
This commit is contained in:
parent
299c257fa1
commit
ac21efe9f9
@ -46,11 +46,7 @@ library
|
||||
Text.ParserCombinators.Parsec.Pos,
|
||||
Text.ParserCombinators.Parsec.Prim,
|
||||
Text.ParserCombinators.Parsec.Token
|
||||
if flag(base4)
|
||||
build-depends: base >= 4 && < 5, syb
|
||||
else
|
||||
build-depends: base >= 3.0.3 && < 4
|
||||
build-depends: mtl, bytestring
|
||||
build-depends: base, mtl, bytestring, syb
|
||||
extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable
|
||||
ghc-options: -O2
|
||||
ghc-prof-options: -auto-all
|
||||
|
Loading…
Reference in New Issue
Block a user