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:
mrkkrp 2015-09-27 14:46:12 +06:00
parent 319addf767
commit 321b781e29
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
--
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
-- Stability : experimental
-- Portability : portable
-- Portability : non-portable
--
-- Commonly used character parsers.

View File

@ -7,7 +7,7 @@
--
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
-- 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
-- impose how you should write your parser, but certain approaches may be

View File

@ -7,7 +7,7 @@
--
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
-- Stability : experimental
-- Portability : non-portable (uses existentially quantified data constructors)
-- Portability : non-portable
--
-- This module implements permutation parsers. The algorithm is described
-- in: /Parsing Permutation Phrases/, by Arthur Baars, Andres Loh and

View File

@ -7,7 +7,7 @@
--
-- Maintainer : Mark Karpov <markkarpov@opmbx.org>
-- Stability : experimental
-- Portability : portable
-- Portability : non-portable (MPTC with FD)
--
-- The primitive parser combinators.