| 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: Sun, 18 Jan 2026 19:56:35 GMT
X-Served-By: cache-dfw-kdfw8210129-DFW, cache-bom-vanm7210068-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768766195.980397,VS0,VE377
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
binary-ieee754: Backport ieee754 float double combinators to older binary
binary-ieee754: Backport ieee754 float double combinators to older binary
Downloads
- binary-ieee754-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | array, base (>=4.5 && <5.0), binary (>=0.3) [details] |
| License | BSD-3-Clause |
| Author | Winterland |
| Maintainer | winterland1989@gmail.com |
| Uploaded | by winterland at 2016-10-24T02:43:24Z |
| Category | Data |
| Home page | https://github.com/winterland1989/binary-ieee754 |
| Bug tracker | https://github.com/winterland1989/binary-ieee754/issues |
| Source repo | head: git clone git://github.com/winterland1989/binary-ieee754.git |
| Distributions | LTSHaskell:0.1.0.0, NixOS:0.1.0.0, Stackage:0.1.0.0 |
| Reverse Dependencies | 4 direct, 9 indirect [details] |
| Downloads | 3226 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for binary-ieee754-0.1.0.0
[back to package description]binary-ieee754
This package backports ieee754 double/float combinators from binary 0.8.4 to older version, and simply re-export these combinators for binary >= 0.8.4. It's meant for packages which need fast double/float combinators and old binary compatibility.