head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2020.01.11.09.34.21; author pho; state dead; branches; next 1.1; commitid iXpxfG8uHd1MQfSB; 1.1 date 2019.12.31.17.33.18; author pho; state Exp; branches; next ; commitid bzrItjARM5t0RSQB; desc @@ 1.2 log @Remove dependency on devel/hs-text It's now part of GHC. Also fail and semigroups are no longer required as of GHC 8. @ text @$NetBSD: patch-attoparsec.cabal,v 1.1 2019/12/31 17:33:18 pho Exp $ Relax the upper bound for semigroups --- attoparsec.cabal.orig 2019-08-31 09:36:08.000000000 +0000 +++ attoparsec.cabal @@@@ -53,7 +53,7 @@@@ library if !impl(ghc >= 8.0) -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+ build-depends: fail == 4.9.*, - semigroups >=0.16.1 && <0.19 + semigroups >=0.16.1 && <0.20 exposed-modules: Data.Attoparsec Data.Attoparsec.ByteString @@@@ -139,7 +139,7 @@@@ test-suite tests if !impl(ghc >= 8.0) -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+ build-depends: fail == 4.9.*, - semigroups >=0.16.1 && <0.19 + semigroups >=0.16.1 && <0.20 benchmark benchmarks type: exitcode-stdio-1.0 @@@@ -185,7 +185,7 @@@@ benchmark benchmarks if !impl(ghc >= 8.0) -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+ build-depends: fail == 4.9.*, - semigroups >=0.16.1 && <0.19 + semigroups >=0.16.1 && <0.20 source-repository head type: git @ 1.1 log @Update to attoparsec-0.13.2.3 0.13.2.1 * Improved performance of Data.Attoparsec.Text.asciiCI 0.13.2.0 * pure is now strict in Position 0.13.1.0 * runScanner now correctly returns the final state (https://github.com/bos/attoparsec/issues/105). * Parser, ZeptoT, Buffer, and More now expose Semigroup instances. * Parser, and ZeptoT now expose MonadFail instances. 0.13.0.2 * Restore the fast specialised character set implementation for Text * Move testsuite from test-framework to tasty * Performance optimization of takeWhile and takeWhile1 0.13.0.1 * Fixed a bug in the implementations of inClass and notInClass for Text (https://github.com/bos/attoparsec/issues/103) 0.13.0.0 * Made the parser type in the Zepto module a monad transformer (needed by aeson's string unescaping parser). 0.12.1.6 * Fixed a case folding bug in the ByteString version of stringCI. 0.12.1.5 * Fixed an indexing bug in the new Text implementation of string, reported by Michel Boucey. 0.12.1.4 * Fixed a case where the string parser would consume an unnecessary amount of input before failing a match, when it could bail much earlier (https://github.com/bos/attoparsec/issues/97) * Added more context to error messages (https://github.com/bos/attoparsec/pull/79) 0.12.1.3 * Fixed incorrect tracking of Text lengths (https://github.com/bos/attoparsec/issues/80) @ text @d1 1 a1 1 $NetBSD$ @