mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-29 23:52:51 +03:00
Whims
[skip ci]
This commit is contained in:
parent
0919338c4b
commit
f87276dcfb
@ -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
|
||||
|
||||
|
@ -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" $
|
||||
|
Loading…
Reference in New Issue
Block a user