binary-ieee754: Backport ieee754 float double combinators to older binary

[ bsd3, data, library ] [ Propose Tags ]

Backport ieee754 float double combinators to older binary


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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
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
Uploaded by winterland at 2016-10-24T02:43:24Z
Distributions LTSHaskell:0.1.0.0, NixOS:0.1.0.0, Stackage:0.1.0.0
Reverse Dependencies 3 direct, 9 indirect [details]
Downloads 3056 total (15 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

Hackage Build Status

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.