Path to this page:
Next | Query returned 9 messages, browsing 1 to 10 | previous
CVS Commit History:
2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message:
Recursive revbump after changing the default Haskell compiler
|
2024-04-30 15:38:14 by Masatake Daimon | Files touched by this commit (4) |
Log message:
devel/hs-protolude: Update to 0.3.4
Upstream provides no release notes.
|
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 08:30:13 by Masatake Daimon | Files touched by this commit (4) |
Log message:
devel/hs-protolude: Update to 0.3.3
0.3.3
* GHC 9.4.4 support
|
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 20:00:13 by Masatake Daimon | Files touched by this commit (2) |
Log message:
devel/hs-protolude: Fix build with GHC 9.4
|
2022-09-07 08:43:41 by Masatake Daimon | Files touched by this commit (6) |
Log message:
devel/hs-protolude: Update to 0.3.2
0.3.2
* GHC 9.2.2 support
* Drop export executable
0.3.1
* GHC 9.0.1 and 9.2.1 support
* Add HasCallStack to unsafe* functions.
* Banish String on readMaybe and readEither.
|
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-23 17:18:22 by Masatake Daimon | Files touched by this commit (8) |
Log message:
devel/hs-protolude: import hs-protolude-0.3.0
A sensible starting Prelude for building custom Preludes.
Design points:
* Banishes String.
* Banishes partial functions.
* Compiler warning on bottoms.
* Polymorphic string IO functions.
* Polymorphic show.
* Automatic string conversions.
* Types for common data structures in scope.
* Types for all common string types (Text/ByteString) in scope.
* Banishes impure exception throwing outside of IO.
* StateT/ReaderT/ExceptT transformers in scope by default.
* Foldable / Traversable functions in scope by default.
* Unsafe functions are prefixed with "unsafe" in separate module.
* Compiler agnostic, GHC internal modules are abstracted out into Base.
* sum and product are strict by default.
* Includes Semiring for GHC >= 7.6.
* Includes Bifunctor for GHC >= 7.6.
* Includes Semigroup for GHC >= 7.6.
|
Next | Query returned 9 messages, browsing 1 to 10 | previous