pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hs-polyparse Fix build with GHC 9.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3db17c0280d
branches:  trunk
changeset: 373335:f3db17c0280d
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 09:24:09 2022 +0000

description:
Fix build with GHC 9.2

diffstat:

 textproc/hs-polyparse/distinfo                      |   4 ++--
 textproc/hs-polyparse/patches/patch-polyparse.cabal |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r b3bdb7da616c -r f3db17c0280d textproc/hs-polyparse/distinfo
--- a/textproc/hs-polyparse/distinfo    Fri Feb 11 09:23:48 2022 +0000
+++ b/textproc/hs-polyparse/distinfo    Fri Feb 11 09:24:09 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:22:02 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/02/11 09:24:09 pho Exp $
 
 BLAKE2s (polyparse-1.13.tar.gz) = 4ed00e862be1ab0f84a26b4a9c90a7d6793cbc14d54de46106fe7253d3b35c66
 SHA512 (polyparse-1.13.tar.gz) = 3b66a73f97d6b5b6628193f87cae1ae1a68d63df0058532b2ac9a62af82dabe28e15fe1464075a2f436e70a7d20b57e72fdd7831f8b11035ff8117becb08d18e
 Size (polyparse-1.13.tar.gz) = 33144 bytes
-SHA1 (patch-polyparse.cabal) = c3a50519f7a01d584cead71dd8f3f30fe4330fd6
+SHA1 (patch-polyparse.cabal) = 23f1af67d421674603030a65f49a753e97c28607
diff -r b3bdb7da616c -r f3db17c0280d textproc/hs-polyparse/patches/patch-polyparse.cabal
--- a/textproc/hs-polyparse/patches/patch-polyparse.cabal       Fri Feb 11 09:23:48 2022 +0000
+++ b/textproc/hs-polyparse/patches/patch-polyparse.cabal       Fri Feb 11 09:24:09 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-polyparse.cabal,v 1.1 2021/04/24 17:07:42 pho Exp $
+$NetBSD: patch-polyparse.cabal,v 1.2 2022/02/11 09:24:09 pho Exp $
 
 Fix build with GHC 9.
 
@@ -13,3 +13,12 @@
  
    if !impl(ghc >= 8.0)
       build-depends: fail == 4.9.*
+@@ -67,7 +67,7 @@ library
+         Text.ParserCombinators.Poly.Lex,
+         Text.Parse
+   if impl(ghc)
+-    build-depends:      bytestring >= 0.9.1.0 && < 0.11
++    build-depends:      bytestring >= 0.9.1.0 && < 0.12
+     build-depends:      text >= 1.2.3.0 && <1.3
+     exposed-modules:
+         Text.ParserCombinators.Poly.ByteString



Home | Main Index | Thread Index | Old Index