Thu Feb 18 15:07:28 2021 UTC ()
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again


(mef)
diff -r1.2 -r1.3 pkgsrc/archivers/hs-tar/Makefile
diff -r1.3 -r1.4 pkgsrc/archivers/hs-zlib/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/hs-deepseq-generics/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/hs-lukko/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/hs-primitive/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/hs-setlocale/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/hs-split/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/hs-splitmix/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/hs-th-abstraction/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/hs-unliftio-core/Makefile
diff -r1.2 -r1.3 pkgsrc/math/hs-integer-logarithms/Makefile
diff -r1.2 -r1.3 pkgsrc/security/hs-cryptohash-sha256/Makefile
diff -r1.2 -r1.3 pkgsrc/security/hs-ed25519/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/hs-HsYAML/Makefile
diff -r1.11 -r1.12 pkgsrc/textproc/hs-blaze-markup/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/hs-haddock-library/Makefile
diff -r1.11 -r1.12 pkgsrc/textproc/hs-polyparse/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/hs-regex-base/Makefile
diff -r1.14 -r1.15 pkgsrc/www/hs-HTTP/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/archivers/hs-tar/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/hs-tar/Makefile 2021/02/13 08:00:57 1.2
+++ pkgsrc/archivers/hs-tar/Makefile 2021/02/18 15:07:28 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:57 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
2 2
3DISTNAME= tar-0.5.1.1 3DISTNAME= tar-0.5.1.1
4CATEGORIES= archivers 4CATEGORIES= archivers
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Reading, writing, and manipulating ".tar" archive files 7COMMENT= Reading, writing, and manipulating ".tar" archive files
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/archivers/hs-zlib/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/hs-zlib/Makefile 2021/02/13 08:00:57 1.3
+++ pkgsrc/archivers/hs-zlib/Makefile 2021/02/18 15:07:28 1.4
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:28 mef Exp $
2 2
3DISTNAME= zlib-0.6.2.1 3DISTNAME= zlib-0.6.2.1
4CATEGORIES= archivers 4CATEGORIES= archivers
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Compression and decompression in the gzip and zlib formats 7COMMENT= Compression and decompression in the gzip and zlib formats
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../devel/zlib/buildlink3.mk" 12.include "../../devel/zlib/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/hs-deepseq-generics/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-deepseq-generics/Makefile 2021/02/13 08:00:57 1.3
+++ pkgsrc/devel/hs-deepseq-generics/Makefile 2021/02/18 15:07:28 1.4
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:28 mef Exp $
2 2
3DISTNAME= deepseq-generics-0.2.0.0 3DISTNAME= deepseq-generics-0.2.0.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= GHC.Generics-based Control.DeepSeq.rnf implementation 7COMMENT= GHC.Generics-based Control.DeepSeq.rnf implementation
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-lukko/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-lukko/Makefile 2021/02/13 08:00:58 1.2
+++ pkgsrc/devel/hs-lukko/Makefile 2021/02/18 15:07:28 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
2 2
3DISTNAME= lukko-0.1.1.1 3DISTNAME= lukko-0.1.1.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= File locking 7COMMENT= File locking
8LICENSE= gnu-gpl-v2 AND modified-bsd 8LICENSE= gnu-gpl-v2 AND modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/devel/hs-primitive/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-primitive/Makefile 2021/02/13 08:00:58 1.7
+++ pkgsrc/devel/hs-primitive/Makefile 2021/02/18 15:07:27 1.8
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.7 2021/02/13 08:00:58 mef Exp $ 1# $NetBSD: Makefile,v 1.8 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= primitive-0.7.0.0 3DISTNAME= primitive-0.7.0.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Primitive memory-related operations 7COMMENT= Primitive memory-related operations
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/hs-setlocale/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-setlocale/Makefile 2021/02/13 08:00:58 1.3
+++ pkgsrc/devel/hs-setlocale/Makefile 2021/02/18 15:07:27 1.4
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= setlocale-1.0.0.9 3DISTNAME= setlocale-1.0.0.9
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= Haskell bindings to setlocale 7COMMENT= Haskell bindings to setlocale
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/hs-split/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-split/Makefile 2021/02/13 08:00:58 1.3
+++ pkgsrc/devel/hs-split/Makefile 2021/02/18 15:07:27 1.4
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= split-0.2.3.3 3DISTNAME= split-0.2.3.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Combinator library for splitting lists 7COMMENT= Combinator library for splitting lists
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-splitmix/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-splitmix/Makefile 2021/02/13 08:00:58 1.2
+++ pkgsrc/devel/hs-splitmix/Makefile 2021/02/18 15:07:28 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
2 2
3DISTNAME= splitmix-0.0.3 3DISTNAME= splitmix-0.0.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Fast Splittable PRNG 7COMMENT= Fast Splittable PRNG
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../devel/hs-random/buildlink3.mk" 12.include "../../devel/hs-random/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-th-abstraction/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-th-abstraction/Makefile 2021/02/13 08:00:59 1.2
+++ pkgsrc/devel/hs-th-abstraction/Makefile 2021/02/18 15:07:27 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= th-abstraction-0.3.1.0 3DISTNAME= th-abstraction-0.3.1.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Nicer interface for reified information about data types 7COMMENT= Nicer interface for reified information about data types
8LICENSE= isc 8LICENSE= isc
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-unliftio-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-unliftio-core/Makefile 2021/02/13 08:00:59 1.2
+++ pkgsrc/devel/hs-unliftio-core/Makefile 2021/02/18 15:07:27 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= unliftio-core-0.1.2.0 3DISTNAME= unliftio-core-0.1.2.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= The MonadUnliftIO typeclass for unlifting monads to IO 7COMMENT= The MonadUnliftIO typeclass for unlifting monads to IO
8LICENSE= mit 8LICENSE= mit
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/math/hs-integer-logarithms/Makefile (expand / switch to unified diff)

--- pkgsrc/math/hs-integer-logarithms/Makefile 2021/02/13 08:00:59 1.2
+++ pkgsrc/math/hs-integer-logarithms/Makefile 2021/02/18 15:07:27 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= integer-logarithms-1.0.3 3DISTNAME= integer-logarithms-1.0.3
4CATEGORIES= math 4CATEGORIES= math
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Integer logarithms 7COMMENT= Integer logarithms
8LICENSE= mit 8LICENSE= mit
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/security/hs-cryptohash-sha256/Makefile (expand / switch to unified diff)

--- pkgsrc/security/hs-cryptohash-sha256/Makefile 2021/02/13 08:00:59 1.2
+++ pkgsrc/security/hs-cryptohash-sha256/Makefile 2021/02/18 15:07:27 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= cryptohash-sha256-0.11.101.0 3DISTNAME= cryptohash-sha256-0.11.101.0
4CATEGORIES= security 4CATEGORIES= security
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Fast, pure and practical SHA-256 implementation 7COMMENT= Fast, pure and practical SHA-256 implementation
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/security/hs-ed25519/Makefile (expand / switch to unified diff)

--- pkgsrc/security/hs-ed25519/Makefile 2021/02/13 08:00:59 1.2
+++ pkgsrc/security/hs-ed25519/Makefile 2021/02/18 15:07:27 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= ed25519-0.0.5.0 3DISTNAME= ed25519-0.0.5.0
4CATEGORIES= security 4CATEGORIES= security
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Ed25519 cryptographic signatures 7COMMENT= Ed25519 cryptographic signatures
8LICENSE= mit 8LICENSE= mit
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/hs-HsYAML/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-HsYAML/Makefile 2021/02/13 08:01:00 1.2
+++ pkgsrc/textproc/hs-HsYAML/Makefile 2021/02/18 15:07:27 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
2 2
3DISTNAME= HsYAML-0.2.1.0 3DISTNAME= HsYAML-0.2.1.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Pure Haskell YAML 1.2 processor 7COMMENT= Pure Haskell YAML 1.2 processor
8LICENSE= gnu-gpl-v2 8LICENSE= gnu-gpl-v2
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/textproc/hs-blaze-markup/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-blaze-markup/Makefile 2021/02/13 08:01:00 1.11
+++ pkgsrc/textproc/hs-blaze-markup/Makefile 2021/02/18 15:07:28 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:00 mef Exp $ 1# $NetBSD: Makefile,v 1.12 2021/02/18 15:07:28 mef Exp $
2 2
3DISTNAME= blaze-markup-0.8.2.3 3DISTNAME= blaze-markup-0.8.2.3
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= Blazingly fast markup combinator library for Haskell 7COMMENT= Blazingly fast markup combinator library for Haskell
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10 10
11BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 11BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
12.include "../../mk/haskell.mk" 12.include "../../mk/haskell.mk"
13.include "../../devel/hs-blaze-builder/buildlink3.mk" 13.include "../../devel/hs-blaze-builder/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/hs-haddock-library/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-haddock-library/Makefile 2021/02/13 08:01:00 1.2
+++ pkgsrc/textproc/hs-haddock-library/Makefile 2021/02/18 15:07:26 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:26 mef Exp $
2 2
3DISTNAME= haddock-library-1.8.0 3DISTNAME= haddock-library-1.8.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Library exposing some functionality of Haddock 7COMMENT= Library exposing some functionality of Haddock
8LICENSE= 2-clause-bsd 8LICENSE= 2-clause-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/textproc/hs-polyparse/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-polyparse/Makefile 2021/02/13 08:01:01 1.11
+++ pkgsrc/textproc/hs-polyparse/Makefile 2021/02/18 15:07:26 1.12
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:01 mef Exp $ 1# $NetBSD: Makefile,v 1.12 2021/02/18 15:07:26 mef Exp $
2 2
3DISTNAME= polyparse-1.13 3DISTNAME= polyparse-1.13
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= Variety of alternative parser combinator libraries 7COMMENT= Variety of alternative parser combinator libraries
8LICENSE= gnu-lgpl-v2.1 8LICENSE= gnu-lgpl-v2.1
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/textproc/hs-regex-base/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-regex-base/Makefile 2021/02/13 08:01:01 1.5
+++ pkgsrc/textproc/hs-regex-base/Makefile 2021/02/18 15:07:26 1.6
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.5 2021/02/13 08:01:01 mef Exp $ 1# $NetBSD: Makefile,v 1.6 2021/02/18 15:07:26 mef Exp $
2 2
3DISTNAME= regex-base-0.94.0.0 3DISTNAME= regex-base-0.94.0.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Replaces/Enhances Haskell Text.Regex 7COMMENT= Replaces/Enhances Haskell Text.Regex
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/www/hs-HTTP/Makefile (expand / switch to unified diff)

--- pkgsrc/www/hs-HTTP/Makefile 2021/02/13 08:01:01 1.14
+++ pkgsrc/www/hs-HTTP/Makefile 2021/02/18 15:07:28 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.14 2021/02/13 08:01:01 mef Exp $ 1# $NetBSD: Makefile,v 1.15 2021/02/18 15:07:28 mef Exp $
2 2
3DISTNAME= HTTP-4000.3.14 3DISTNAME= HTTP-4000.3.14
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Haskell library for client-side HTTP 7COMMENT= Haskell library for client-side HTTP
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 10BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
11.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
12.include "../../net/hs-network/buildlink3.mk" 12.include "../../net/hs-network/buildlink3.mk"
13.include "../../net/hs-network-uri/buildlink3.mk" 13.include "../../net/hs-network-uri/buildlink3.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"