mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 10:23:39 +03:00
Language extension needed for GHC 8.6. (#317)
This commit is contained in:
parent
573bacf721
commit
cdb9334d61
@ -26,6 +26,7 @@
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE StandaloneDeriving #-}
|
||||
{-# LANGUAGE UndecidableInstances#-}
|
||||
|
||||
module Text.Megaparsec.Error
|
||||
( -- * Parse error type
|
||||
|
Loading…
Reference in New Issue
Block a user