./devel/hs-foundation, Alternative prelude with batteries and no dependencies

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.30nb1, Package name: hs-foundation-0.0.30nb1, Maintainer: pho

A custom prelude with no dependencies apart from base.

This package has the following goals:

* Provide a base like sets of modules that provide a consistent set of
features and bugfixes across multiple versions of GHC (unlike base).

* Provide a better and more efficient prelude than base's prelude.

* Be self-sufficient: no external dependencies apart from base.

* Provide better data-types: packed unicode string by default, arrays.

* Better numerical classes that better represent mathematical thing
(No more all-in-one Num).

* Better I/O system with less Lazy IO.

* Usual partial functions distinguished through type system.


Master sites:

Filesize: 117.601 KB

Version history: (Expand)


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-27 16:05:37 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-foundation: Update to 0.0.30

No change log is provided by the upstream.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 15:32:57 by Masatake Daimon | Files touched by this commit (6)
Log message:
devel/hs-foundation: Update to 0.0.29

No release notes have been provided by upstream.
   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-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:24:46 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to foundation-0.0.26.1

No changelogs are provided by the upstream.
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC