| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 22:38:30 GMT
X-Served-By: cache-dfw-kdfw8210076-DFW, cache-bom-vanm7210088-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768689510.375716,VS0,VE337
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
imprint: Serialization of arbitrary Haskell expressions
imprint: Serialization of arbitrary Haskell expressions
Deprecated
in favor of distributed-closure
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| dev | Turn on development settings. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- imprint-0.0.1.0.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.0.1.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.10 && <5.0), binary (>=0.8.5 && <0.10), bytestring (>=0.2 && <0.11), constraints (>=0.9 && <0.11) [details] |
| Tested with | ghc ==8.2.2 |
| License | BSD-3-Clause |
| Author | Mark Karpov <markkarpov92@gmail.com> |
| Maintainer | Mark Karpov <markkarpov92@gmail.com> |
| Uploaded | by mrkkrp at 2018-01-08T06:49:50Z |
| Revised | Revision 1 made by mrkkrp at 2018-01-21T04:09:10Z |
| Category | Serialization |
| Home page | https://github.com/mrkkrp/imprint |
| Bug tracker | https://github.com/mrkkrp/imprint/issues |
| Source repo | head: git clone https://github.com/mrkkrp/imprint.git |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 977 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-08 [all 1 reports] |
Readme for imprint-0.0.1.0
[back to package description]Imprint
Serialization of arbitrary Haskell expressions. Currently supports serialization of
- Values with a
Binaryinstance - Monomorphic functions
- Closures built upon the two previous components
See the Haddock for a proper introduction.
Contribution
Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.
Pull requests are also welcome and will be reviewed quickly.
License
Copyright © 2018 Mark Karpov
Distributed under BSD 3 clause license.