[skip ci]
This commit is contained in:
mrkkrp 2017-06-29 20:25:37 +07:00
parent 0919338c4b
commit f87276dcfb
2 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,7 @@
* More lightweight dependency tree, dropped `exceptions` and `QuickCheck` * More lightweight dependency tree, dropped `exceptions` and `QuickCheck`
dependencies. dependencies.
* Added a `MonadFix` instance for `ParsecT` * Added a `MonadFix` instance for `ParsecT`.
## Megaparsec 5.3.1 ## Megaparsec 5.3.1

View File

@ -4,8 +4,8 @@
{-# LANGUAGE MultiWayIf #-} {-# LANGUAGE MultiWayIf #-}
{-# LANGUAGE Rank2Types #-} {-# LANGUAGE Rank2Types #-}
{-# LANGUAGE RecordWildCards #-} {-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE RecursiveDo #-} {-# LANGUAGE RecursiveDo #-}
{-# LANGUAGE TypeFamilies #-}
{-# OPTIONS -fno-warn-orphans #-} {-# OPTIONS -fno-warn-orphans #-}
module Text.MegaparsecSpec (spec) where module Text.MegaparsecSpec (spec) where
@ -475,7 +475,6 @@ spec = do
, SourcePos "" (mkPos 1) (mkPos 3) , SourcePos "" (mkPos 1) (mkPos 3)
) )
describe "ParsecT MonadReader instance" $ do describe "ParsecT MonadReader instance" $ do
describe "ask" $ describe "ask" $