[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`
dependencies.
* Added a `MonadFix` instance for `ParsecT`
* Added a `MonadFix` instance for `ParsecT`.
## Megaparsec 5.3.1

View File

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