mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 10:23:39 +03:00
Small cleanup in package description.
This commit is contained in:
parent
19a62ae80a
commit
d86de04fcb
16
parsec.cabal
16
parsec.cabal
@ -51,8 +51,20 @@ library
|
||||
Text.ParserCombinators.Parsec.Prim,
|
||||
Text.ParserCombinators.Parsec.Token
|
||||
|
||||
build-depends: base >= 4 && < 5, mtl, bytestring, text >= 0.2 && < 1.3
|
||||
extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP
|
||||
build-depends:
|
||||
base >= 4 && < 5,
|
||||
mtl,
|
||||
bytestring,
|
||||
text >= 0.2 && < 1.3
|
||||
|
||||
extensions:
|
||||
ExistentialQuantification,
|
||||
PolymorphicComponents,
|
||||
MultiParamTypeClasses,
|
||||
FlexibleInstances,
|
||||
FlexibleContexts,
|
||||
DeriveDataTypeable,
|
||||
CPP
|
||||
ghc-options: -O2
|
||||
|
||||
Test-Suite tests
|
||||
|
Loading…
Reference in New Issue
Block a user