Commit 621d9af4 authored by Clint Adams's avatar Clint Adams
Browse files

megaparsec: Upgrading from 6.5.0 to 7.0.5

parent 188d92ff
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-megaparsec (7.0.5-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 10:06:48 -0400

haskell-megaparsec (6.5.0-3) unstable; urgency=medium

  * Patch for newer parser-combinators.
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10),
 libghc-case-insensitive-dev (>= 1.2),
 libghc-case-insensitive-dev (<< 1.3),
 libghc-case-insensitive-prof,
 libghc-parser-combinators-dev (>= 0.4),
 libghc-parser-combinators-dev (>= 1.0),
 libghc-parser-combinators-dev (<< 2.0),
 libghc-parser-combinators-prof,
 libghc-scientific-dev (>= 0.3.1),
@@ -34,7 +34,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-parser-combinators-doc,
 libghc-scientific-doc,
 libghc-semigroups-doc,
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Homepage: https://github.com/mrkkrp/megaparsec
X-Description: monadic parser combinators
 This is industrial-strength monadic parser combinator library. Megaparsec
+0 −20
Original line number Diff line number Diff line
--- a/megaparsec.cabal
+++ b/megaparsec.cabal
@@ -40,7 +40,7 @@
                     , containers   >= 0.5   && < 0.6
                     , deepseq      >= 1.3   && < 1.5
                     , mtl          >= 2.0   && < 3.0
-                    , parser-combinators >= 0.4 && < 1.0
+                    , parser-combinators >= 0.4 && < 2.0
                     , scientific   >= 0.3.1 && < 0.4
                     , text         >= 0.2   && < 1.3
                     , transformers >= 0.4   && < 0.6
@@ -98,7 +98,7 @@
                     , Text.Megaparsec.PosSpec
                     , Text.Megaparsec.StreamSpec
                     , Text.MegaparsecSpec
-  build-depends:      QuickCheck   >= 2.7   && < 2.12
+  build-depends:      QuickCheck   >= 2.7   && < 2.13
                     , base         >= 4.7   && < 5.0
                     , bytestring   >= 0.2   && < 0.11
                     , containers   >= 0.5   && < 0.6
+0 −1
Original line number Diff line number Diff line
newer-deps