pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-polyparse



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 09:24:09 UTC 2022

Modified Files:
        pkgsrc/textproc/hs-polyparse: distinfo
        pkgsrc/textproc/hs-polyparse/patches: patch-polyparse.cabal

Log Message:
Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/hs-polyparse/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/textproc/hs-polyparse/patches/patch-polyparse.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hs-polyparse/distinfo
diff -u pkgsrc/textproc/hs-polyparse/distinfo:1.7 pkgsrc/textproc/hs-polyparse/distinfo:1.8
--- pkgsrc/textproc/hs-polyparse/distinfo:1.7   Tue Oct 26 11:22:02 2021
+++ pkgsrc/textproc/hs-polyparse/distinfo       Fri Feb 11 09:24:09 2022
@@ -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

Index: pkgsrc/textproc/hs-polyparse/patches/patch-polyparse.cabal
diff -u pkgsrc/textproc/hs-polyparse/patches/patch-polyparse.cabal:1.1 pkgsrc/textproc/hs-polyparse/patches/patch-polyparse.cabal:1.2
--- pkgsrc/textproc/hs-polyparse/patches/patch-polyparse.cabal:1.1      Sat Apr 24 17:07:42 2021
+++ pkgsrc/textproc/hs-polyparse/patches/patch-polyparse.cabal  Fri Feb 11 09:24:09 2022
@@ -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 @@ Fix build with GHC 9.
  
    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