mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-26 01:32:49 +03:00
refresh values of “Portability” field
‘Text.Megaparsec.Prim’ cannot be considered portable since it uses multi-parameter type classes and functional dependencies. Other modules that depend on these non-portable features from ‘Text.Megaparsec.Prim’ should be considered non-portable too.
This commit is contained in:
parent
319addf767
commit
321b781e29
@ -7,7 +7,7 @@
|
|||||||
--
|
--
|
||||||
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
|
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
|
||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : portable
|
-- Portability : non-portable
|
||||||
--
|
--
|
||||||
-- Commonly used character parsers.
|
-- Commonly used character parsers.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
--
|
--
|
||||||
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
|
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
|
||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : non-portable (uses local universal quantification: PolymorphicComponents)
|
-- Portability : non-portable
|
||||||
--
|
--
|
||||||
-- High-level parsers to help you write your lexer. The module doesn't
|
-- High-level parsers to help you write your lexer. The module doesn't
|
||||||
-- impose how you should write your parser, but certain approaches may be
|
-- impose how you should write your parser, but certain approaches may be
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
--
|
--
|
||||||
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
|
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
|
||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : non-portable (uses existentially quantified data constructors)
|
-- Portability : non-portable
|
||||||
--
|
--
|
||||||
-- This module implements permutation parsers. The algorithm is described
|
-- This module implements permutation parsers. The algorithm is described
|
||||||
-- in: /Parsing Permutation Phrases/, by Arthur Baars, Andres Loh and
|
-- in: /Parsing Permutation Phrases/, by Arthur Baars, Andres Loh and
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
--
|
--
|
||||||
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
|
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
|
||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : portable
|
-- Portability : non-portable (MPTC with FD)
|
||||||
--
|
--
|
||||||
-- The primitive parser combinators.
|
-- The primitive parser combinators.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user