devel/hs-protolude - The NetBSD Packages Collection

Sensible starting Prelude for building custom Preludes

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.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

devel/hs-async devel/hs-hashable devel/hs-mtl-compat devel/hs-transformers-compat lang/ghc96 devel/hs-async devel/hs-hashable devel/hs-mtl-compat devel/hs-transformers-compat

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64hs-protolude-0.3.3nb1.tgz
NetBSD 10.0aarch64hs-protolude-0.3.2nb2.tgz
NetBSD 10.0aarch64hs-protolude-0.3.3nb1.tgz
NetBSD 10.0x86_64hs-protolude-0.3.3nb1.tgz
NetBSD 10.0x86_64hs-protolude-0.3.3nb1.tgz
NetBSD 8.0x86_64hs-protolude-0.3.2nb2.tgz
NetBSD 9.0aarch64hs-protolude-0.3.3nb1.tgz
NetBSD 9.0aarch64hs-protolude-0.3.2nb2.tgz
NetBSD 9.0aarch64hs-protolude-0.3.3nb1.tgz
NetBSD 9.0x86_64hs-protolude-0.3.3nb1.tgz
NetBSD 9.0x86_64hs-protolude-0.3.3nb1.tgz
NetBSD 9.3x86_64hs-protolude-0.3.3nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.