[Git][haskell-team/DHG_packages][master] megaparsec: patch for newer parser-combinators

Clint Adams gitlab at salsa.debian.org
Sun Oct 21 23:23:21 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c39dc2f0 by Clint Adams at 2018-10-21T22:23:04Z
megaparsec: patch for newer parser-combinators

- - - - -


4 changed files:

- p/haskell-megaparsec/debian/changelog
- p/haskell-megaparsec/debian/control
- + p/haskell-megaparsec/debian/patches/newer-deps
- + p/haskell-megaparsec/debian/patches/series


Changes:

=====================================
p/haskell-megaparsec/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-megaparsec (6.5.0-3) unstable; urgency=medium
+
+  * Patch for newer parser-combinators.
+
+ -- Clint Adams <clint at debian.org>  Sun, 21 Oct 2018 18:20:40 -0400
+
 haskell-megaparsec (6.5.0-2) unstable; urgency=medium
 
   * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)


=====================================
p/haskell-megaparsec/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10),
  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),
  libghc-scientific-dev (<< 0.4),
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 10),
  libghc-semigroups-prof (>= 0.18),
  libghc-semigroups-prof (<< 0.19),
  libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.12),
+ libghc-quickcheck2-dev (<< 2.13),
  libghc-quickcheck2-prof,
  libghc-hspec-dev (>= 2.0),
  libghc-hspec-dev (<< 3.0),
@@ -34,7 +34,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-parser-combinators-doc,
  libghc-scientific-doc,
  libghc-semigroups-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
 Homepage: https://github.com/mrkkrp/megaparsec
 X-Description: monadic parser combinators
  This is industrial-strength monadic parser combinator library. Megaparsec


=====================================
p/haskell-megaparsec/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- 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


=====================================
p/haskell-megaparsec/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c39dc2f043bfea54a8b0c09147a9f1fd7dae428f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c39dc2f043bfea54a8b0c09147a9f1fd7dae428f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181021/08100fff/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list