Path to this page:
./
devel/hs-basic-prelude,
Enhanced core prelude; a common foundation for alternate preludes
Branch: CURRENT,
Version: 0.7.0nb6,
Package name: hs-basic-prelude-0.7.0nb6,
Maintainer: pkgsrc-usersThe 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.
Master sites:
Filesize: 6.319 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-basic-prelude-0.7.0nb6
- (2023-11-02) Updated to version: hs-basic-prelude-0.7.0nb5
- (2023-10-09) Updated to version: hs-basic-prelude-0.7.0nb4
- (2023-02-09) Updated to version: hs-basic-prelude-0.7.0nb3
- (2022-08-20) Updated to version: hs-basic-prelude-0.7.0nb2
- (2022-02-26) Updated to version: hs-basic-prelude-0.7.0nb1
CVS history: (Expand)
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-29 11:08:24 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-basic-prelude: Fix build with GHC 9.6
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211) |
Log message:
hs*: recursive bump for new dependencies needed
for hs-aeson, hs-vector
|
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
|
2022-02-24 02:02:19 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-basic-prelude: import hs-basic-prelude-0.7.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.
|