mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-25 01:07:57 +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
|
||||
-- Workshop 2001.
|
||||
|
||||
{-# LANGUAGE ExistentialQuantification #-}
|
||||
|
||||
module Text.Megaparsec.Perm
|
||||
( PermParser
|
||||
, makePermParser
|
||||
|
@ -86,7 +86,6 @@ library
|
||||
, text >= 0.2 && < 1.3
|
||||
default-extensions:
|
||||
DeriveDataTypeable
|
||||
, ExistentialQuantification
|
||||
, FlexibleContexts
|
||||
, FlexibleInstances
|
||||
, FunctionalDependencies
|
||||
|
Loading…
Reference in New Issue
Block a user