pkgsrc-WIP-changes archive

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

hs-basic-prelude: remove; It is already in the main pkgsrc tree



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Wed Feb 1 13:28:42 2023 +0900
Changeset:	575dd023e134dce88a81e60b6ac1737a21ff358a

Modified Files:
	Makefile
Removed Files:
	hs-basic-prelude/DESCR
	hs-basic-prelude/Makefile
	hs-basic-prelude/PLIST
	hs-basic-prelude/distinfo

Log Message:
hs-basic-prelude: remove; It is already in the main pkgsrc tree

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=575dd023e134dce88a81e60b6ac1737a21ff358a

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

diffstat:
 Makefile                  |  1 -
 hs-basic-prelude/DESCR    | 15 ---------------
 hs-basic-prelude/Makefile | 19 -------------------
 hs-basic-prelude/PLIST    | 10 ----------
 hs-basic-prelude/distinfo |  4 ----
 5 files changed, 49 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 72971bc115..e5fc2140c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1558,7 +1558,6 @@ SUBDIR+=	hs-Tensor
 SUBDIR+=	hs-arrow-list
 SUBDIR+=	hs-ascii
 SUBDIR+=	hs-attempt
-SUBDIR+=	hs-basic-prelude
 SUBDIR+=	hs-binary-strict
 SUBDIR+=	hs-bindings-DSL
 SUBDIR+=	hs-bindings-audiofile
diff --git a/hs-basic-prelude/DESCR b/hs-basic-prelude/DESCR
deleted file mode 100644
index 49e35d5cad..0000000000
--- a/hs-basic-prelude/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-The premise of basic-prelude is that there are a lot of very commonly
-desired features missing from the standard Prelude, such as commonly used
-operators (<$> and >=>, for instance) and imports for common datatypes
-(e.g., ByteString and Vector). At the same time, there are lots of other
-components which are more debatable, such as providing polymorphic versions
-of common functions.
-
-So basic-prelude is intended to give a common foundation for a number of
-alternate preludes. The package provides two modules: CorePrelude provides
-the common ground for other preludes to build on top of, while BasicPrelude
-exports CorePrelude together with commonly used list functions to provide a
-drop-in replacement for the standard Prelude.
-
-Users wishing to have an improved Prelude can use BasicPrelude. Developers
-wishing to create a new prelude should use CorePrelude.
diff --git a/hs-basic-prelude/Makefile b/hs-basic-prelude/Makefile
deleted file mode 100644
index 533dc7bd3f..0000000000
--- a/hs-basic-prelude/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2014/08/01 21:00:38 szptvlfn Exp $
-
-DISTNAME=	basic-prelude-0.3.5.0
-CATEGORIES=	devel
-
-MAINTAINER=	szptvlfn%NetBSD.org@localhost
-COMMENT=	Enhanced core prelude; a common foundation for alternate preludes
-LICENSE=	mit
-
-.include "../../wip/mk/haskell.mk"
-.include "../../devel/hs-hashable/buildlink3.mk"
-.include "../../devel/hs-lifted-base/buildlink3.mk"
-.include "../../wip/hs-ReadArgs/buildlink3.mk"
-.include "../../wip/hs-system-filepath/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
-.include "../../devel/hs-transformers/buildlink3.mk"
-.include "../../devel/hs-unordered-containers/buildlink3.mk"
-.include "../../devel/hs-vector/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-basic-prelude/PLIST b/hs-basic-prelude/PLIST
deleted file mode 100644
index 1eecb7b01f..0000000000
--- a/hs-basic-prelude/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/08/17 09:09:41 szptvlfn Exp $
-lib/basic-prelude-${PKGVERSION}/${HASKELL_VERSION}/BasicPrelude.hi
-lib/basic-prelude-${PKGVERSION}/${HASKELL_VERSION}/BasicPrelude.p_hi
-lib/basic-prelude-${PKGVERSION}/${HASKELL_VERSION}/CorePrelude.hi
-lib/basic-prelude-${PKGVERSION}/${HASKELL_VERSION}/CorePrelude.p_hi
-lib/basic-prelude-${PKGVERSION}/${HASKELL_VERSION}/HSbasic-prelude-${PKGVERSION}.o
-lib/basic-prelude-${PKGVERSION}/${HASKELL_VERSION}/libHSbasic-prelude-${PKGVERSION}.a
-lib/basic-prelude-${PKGVERSION}/${HASKELL_VERSION}/libHSbasic-prelude-${PKGVERSION}_p.a
-lib/basic-prelude-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/basic-prelude-${PKGVERSION}/LICENSE
diff --git a/hs-basic-prelude/distinfo b/hs-basic-prelude/distinfo
deleted file mode 100644
index cf1dcf2e34..0000000000
--- a/hs-basic-prelude/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/08/17 09:09:41 szptvlfn Exp $
-
-RMD160 (basic-prelude-0.3.5.0.tar.gz) = 93a8c28c0b8d544e7010310d95413454350c382b
-Size (basic-prelude-0.3.5.0.tar.gz) = 4648 bytes


Home | Main Index | Thread Index | Old Index