An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

primitive-checked

This library is intended to be used as a drop-in replacement for the primitive library in test environments. It adds bounds-checking to all functions in primitive that are able to cause segfaults. It is not recommended to use this library in production. However, if you are testing a library or application you wrote that uses primitive, you can temporarily replace your primitive dependency with primitive-checked, and your segfaults will become normal Haskell exceptions that you can hunt down with GHC's stack trace facilities. The versioning for this library matches the version of primitive that is targeted. The first three numbers of the version match the version of primitive. The fourth number is used for bug fixes. This packages deviates slightly from the PVP in that functions can be added to the API with only a bump to the fourth number.

Ecosystem
hackage.haskell.org
Latest Release
0.7.3.0
almost 4 years ago
Versions
7
Downloads
2,872 total
Dependent Repos
1
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/primitive-checked
spec
License BSD-3-Clause
First Release almost 8 years ago
Last Synced 17 days ago
Repository
Stars 4 on GitHub
Forks 3 on GitHub