impure-containers: Mutable containers in haskell
Please see README.md
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
unsafe-tricks | turn on unsafe GHC tricks | Enabled |
bounds-checking | if on, use bounds-checking array accesses | Disabled |
debug | if on, spew debugging output to stdout | Disabled |
sse42 | if on, use SSE 4.2 extensions to search cache lines very efficiently. The portable flag forces this off. | Disabled |
portable | if on, use only pure Haskell code and no GHC extensions. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- impure-containers-0.4.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1, 0.2, 0.3, 0.3.1, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.5.1 |
---|---|
Dependencies | base (>=4.8 && <4.11), containers (>0.5 && <0.6), ghc-prim, hashable (>=1.2 && <1.3), primitive (>=0.6 && <0.7), vector (>=0.11 && <0.13) [details] |
License | BSD-3-Clause |
Copyright | 2016 Andrew Martin |
Author | Andrew Martin |
Maintainer | andrew.thaddeus@gmail.com |
Revised | Revision 1 made by andrewthad at 2018-06-22T18:09:37Z |
Category | web |
Home page | https://github.com/andrewthad/impure-containers#readme |
Source repo | head: git clone https://github.com/andrewthad/impure-containers |
Uploaded | by andrewthad at 2018-01-15T21:17:42Z |
Distributions | |
Reverse Dependencies | 1 direct, 2 indirect [details] |
Downloads | 6848 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-01-15 [all 1 reports] |