pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Feb 18 15:07:28 UTC 2021

Modified Files:
        pkgsrc/archivers/hs-tar: Makefile
        pkgsrc/archivers/hs-zlib: Makefile
        pkgsrc/devel/hs-deepseq-generics: Makefile
        pkgsrc/devel/hs-lukko: Makefile
        pkgsrc/devel/hs-primitive: Makefile
        pkgsrc/devel/hs-setlocale: Makefile
        pkgsrc/devel/hs-split: Makefile
        pkgsrc/devel/hs-splitmix: Makefile
        pkgsrc/devel/hs-th-abstraction: Makefile
        pkgsrc/devel/hs-unliftio-core: Makefile
        pkgsrc/math/hs-integer-logarithms: Makefile
        pkgsrc/security/hs-cryptohash-sha256: Makefile
        pkgsrc/security/hs-ed25519: Makefile
        pkgsrc/textproc/hs-HsYAML: Makefile
        pkgsrc/textproc/hs-blaze-markup: Makefile
        pkgsrc/textproc/hs-haddock-library: Makefile
        pkgsrc/textproc/hs-polyparse: Makefile
        pkgsrc/textproc/hs-regex-base: Makefile
        pkgsrc/www/hs-HTTP: Makefile

Log Message:
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again


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

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

Modified files:

Index: pkgsrc/archivers/hs-tar/Makefile
diff -u pkgsrc/archivers/hs-tar/Makefile:1.2 pkgsrc/archivers/hs-tar/Makefile:1.3
--- pkgsrc/archivers/hs-tar/Makefile:1.2        Sat Feb 13 08:00:57 2021
+++ pkgsrc/archivers/hs-tar/Makefile    Thu Feb 18 15:07:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      tar-0.5.1.1
 CATEGORIES=    archivers
@@ -7,6 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Reading, writing, and manipulating ".tar" archive files
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/hs-zlib/Makefile
diff -u pkgsrc/archivers/hs-zlib/Makefile:1.3 pkgsrc/archivers/hs-zlib/Makefile:1.4
--- pkgsrc/archivers/hs-zlib/Makefile:1.3       Sat Feb 13 08:00:57 2021
+++ pkgsrc/archivers/hs-zlib/Makefile   Thu Feb 18 15:07:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      zlib-0.6.2.1
 CATEGORIES=    archivers
@@ -7,7 +7,7 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Compression and decompression in the gzip and zlib formats
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-deepseq-generics/Makefile
diff -u pkgsrc/devel/hs-deepseq-generics/Makefile:1.3 pkgsrc/devel/hs-deepseq-generics/Makefile:1.4
--- pkgsrc/devel/hs-deepseq-generics/Makefile:1.3       Sat Feb 13 08:00:57 2021
+++ pkgsrc/devel/hs-deepseq-generics/Makefile   Thu Feb 18 15:07:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      deepseq-generics-0.2.0.0
 CATEGORIES=    devel
@@ -7,6 +7,6 @@ MAINTAINER=     szptvlfn%NetBSD.org@localhost
 COMMENT=       GHC.Generics-based Control.DeepSeq.rnf implementation
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-lukko/Makefile
diff -u pkgsrc/devel/hs-lukko/Makefile:1.2 pkgsrc/devel/hs-lukko/Makefile:1.3
--- pkgsrc/devel/hs-lukko/Makefile:1.2  Sat Feb 13 08:00:58 2021
+++ pkgsrc/devel/hs-lukko/Makefile      Thu Feb 18 15:07:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      lukko-0.1.1.1
 CATEGORIES=    devel
@@ -7,6 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       File locking
 LICENSE=       gnu-gpl-v2 AND modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-primitive/Makefile
diff -u pkgsrc/devel/hs-primitive/Makefile:1.7 pkgsrc/devel/hs-primitive/Makefile:1.8
--- pkgsrc/devel/hs-primitive/Makefile:1.7      Sat Feb 13 08:00:58 2021
+++ pkgsrc/devel/hs-primitive/Makefile  Thu Feb 18 15:07:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      primitive-0.7.0.0
 CATEGORIES=    devel
@@ -7,6 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Primitive memory-related operations
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-setlocale/Makefile
diff -u pkgsrc/devel/hs-setlocale/Makefile:1.3 pkgsrc/devel/hs-setlocale/Makefile:1.4
--- pkgsrc/devel/hs-setlocale/Makefile:1.3      Sat Feb 13 08:00:58 2021
+++ pkgsrc/devel/hs-setlocale/Makefile  Thu Feb 18 15:07:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      setlocale-1.0.0.9
 CATEGORIES=    devel
@@ -7,6 +7,6 @@ MAINTAINER=     szptvlfn%NetBSD.org@localhost
 COMMENT=       Haskell bindings to setlocale
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-split/Makefile
diff -u pkgsrc/devel/hs-split/Makefile:1.3 pkgsrc/devel/hs-split/Makefile:1.4
--- pkgsrc/devel/hs-split/Makefile:1.3  Sat Feb 13 08:00:58 2021
+++ pkgsrc/devel/hs-split/Makefile      Thu Feb 18 15:07:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      split-0.2.3.3
 CATEGORIES=    devel
@@ -7,6 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Combinator library for splitting lists
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-splitmix/Makefile
diff -u pkgsrc/devel/hs-splitmix/Makefile:1.2 pkgsrc/devel/hs-splitmix/Makefile:1.3
--- pkgsrc/devel/hs-splitmix/Makefile:1.2       Sat Feb 13 08:00:58 2021
+++ pkgsrc/devel/hs-splitmix/Makefile   Thu Feb 18 15:07:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      splitmix-0.0.3
 CATEGORIES=    devel
@@ -7,7 +7,7 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Fast Splittable PRNG
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-random/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

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

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

Index: pkgsrc/math/hs-integer-logarithms/Makefile
diff -u pkgsrc/math/hs-integer-logarithms/Makefile:1.2 pkgsrc/math/hs-integer-logarithms/Makefile:1.3
--- pkgsrc/math/hs-integer-logarithms/Makefile:1.2      Sat Feb 13 08:00:59 2021
+++ pkgsrc/math/hs-integer-logarithms/Makefile  Thu Feb 18 15:07:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      integer-logarithms-1.0.3
 CATEGORIES=    math
@@ -7,6 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Integer logarithms
 LICENSE=       mit
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

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

Index: pkgsrc/security/hs-ed25519/Makefile
diff -u pkgsrc/security/hs-ed25519/Makefile:1.2 pkgsrc/security/hs-ed25519/Makefile:1.3
--- pkgsrc/security/hs-ed25519/Makefile:1.2     Sat Feb 13 08:00:59 2021
+++ pkgsrc/security/hs-ed25519/Makefile Thu Feb 18 15:07:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      ed25519-0.0.5.0
 CATEGORIES=    security
@@ -7,6 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Ed25519 cryptographic signatures
 LICENSE=       mit
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/hs-HsYAML/Makefile
diff -u pkgsrc/textproc/hs-HsYAML/Makefile:1.2 pkgsrc/textproc/hs-HsYAML/Makefile:1.3
--- pkgsrc/textproc/hs-HsYAML/Makefile:1.2      Sat Feb 13 08:01:00 2021
+++ pkgsrc/textproc/hs-HsYAML/Makefile  Thu Feb 18 15:07:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      HsYAML-0.2.1.0
 CATEGORIES=    textproc
@@ -7,6 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Pure Haskell YAML 1.2 processor
 LICENSE=       gnu-gpl-v2
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/hs-blaze-markup/Makefile
diff -u pkgsrc/textproc/hs-blaze-markup/Makefile:1.11 pkgsrc/textproc/hs-blaze-markup/Makefile:1.12
--- pkgsrc/textproc/hs-blaze-markup/Makefile:1.11       Sat Feb 13 08:01:00 2021
+++ pkgsrc/textproc/hs-blaze-markup/Makefile    Thu Feb 18 15:07:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:00 mef Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      blaze-markup-0.8.2.3
 CATEGORIES=    textproc
@@ -8,7 +8,7 @@ COMMENT=        Blazingly fast markup combinato
 LICENSE=       modified-bsd
 
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-blaze-builder/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

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

Index: pkgsrc/textproc/hs-polyparse/Makefile
diff -u pkgsrc/textproc/hs-polyparse/Makefile:1.11 pkgsrc/textproc/hs-polyparse/Makefile:1.12
--- pkgsrc/textproc/hs-polyparse/Makefile:1.11  Sat Feb 13 08:01:01 2021
+++ pkgsrc/textproc/hs-polyparse/Makefile       Thu Feb 18 15:07:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:01 mef Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/18 15:07:26 mef Exp $
 
 DISTNAME=      polyparse-1.13
 CATEGORIES=    textproc
@@ -7,6 +7,6 @@ MAINTAINER=     szptvlfn%NetBSD.org@localhost
 COMMENT=       Variety of alternative parser combinator libraries
 LICENSE=       gnu-lgpl-v2.1
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/hs-regex-base/Makefile
diff -u pkgsrc/textproc/hs-regex-base/Makefile:1.5 pkgsrc/textproc/hs-regex-base/Makefile:1.6
--- pkgsrc/textproc/hs-regex-base/Makefile:1.5  Sat Feb 13 08:01:01 2021
+++ pkgsrc/textproc/hs-regex-base/Makefile      Thu Feb 18 15:07:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/02/13 08:01:01 mef Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/18 15:07:26 mef Exp $
 
 DISTNAME=      regex-base-0.94.0.0
 CATEGORIES=    textproc
@@ -7,6 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Replaces/Enhances Haskell Text.Regex
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/hs-HTTP/Makefile
diff -u pkgsrc/www/hs-HTTP/Makefile:1.14 pkgsrc/www/hs-HTTP/Makefile:1.15
--- pkgsrc/www/hs-HTTP/Makefile:1.14    Sat Feb 13 08:01:01 2021
+++ pkgsrc/www/hs-HTTP/Makefile Thu Feb 18 15:07:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/02/13 08:01:01 mef Exp $
+# $NetBSD: Makefile,v 1.15 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      HTTP-4000.3.14
 CATEGORIES=    www
@@ -7,7 +7,7 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Haskell library for client-side HTTP
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../net/hs-network/buildlink3.mk"
 .include "../../net/hs-network-uri/buildlink3.mk"



Home | Main Index | Thread Index | Old Index