mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-25 09:12:29 +03:00
use ‘ExistentialQuantification’ locally
Only in module ‘Text.Megaparsec.Perm’ where it is necessary.
This commit is contained in:
parent
664e17959d
commit
319addf767
@ -14,6 +14,8 @@
|
|||||||
-- Doaitse Swierstra. Published as a functional pearl at the Haskell
|
-- Doaitse Swierstra. Published as a functional pearl at the Haskell
|
||||||
-- Workshop 2001.
|
-- Workshop 2001.
|
||||||
|
|
||||||
|
{-# LANGUAGE ExistentialQuantification #-}
|
||||||
|
|
||||||
module Text.Megaparsec.Perm
|
module Text.Megaparsec.Perm
|
||||||
( PermParser
|
( PermParser
|
||||||
, makePermParser
|
, makePermParser
|
||||||
|
@ -86,7 +86,6 @@ library
|
|||||||
, text >= 0.2 && < 1.3
|
, text >= 0.2 && < 1.3
|
||||||
default-extensions:
|
default-extensions:
|
||||||
DeriveDataTypeable
|
DeriveDataTypeable
|
||||||
, ExistentialQuantification
|
|
||||||
, FlexibleContexts
|
, FlexibleContexts
|
||||||
, FlexibleInstances
|
, FlexibleInstances
|
||||||
, FunctionalDependencies
|
, FunctionalDependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user