From f87276dcfbc95deaeb365093a1ecdcce882878ee Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 29 Jun 2017 20:25:37 +0700 Subject: [PATCH] Whims [skip ci] --- CHANGELOG.md | 2 +- tests/Text/MegaparsecSpec.hs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a54460..02b05a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tests/Text/MegaparsecSpec.hs b/tests/Text/MegaparsecSpec.hs index 18fa3b9..3e6b857 100644 --- a/tests/Text/MegaparsecSpec.hs +++ b/tests/Text/MegaparsecSpec.hs @@ -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" $