packages feed

half-0.2.2: CHANGELOG.markdown

0.2.2
-----
* Fixed `isInfinite`.
* Added support for older GHCs. On GHC < 7.8 the pattern synonyms are disabled.

0.2.1
-----
* Removed need for `GeneralizedNewtypeDeriving` and `ScopedTypeVariables`.

0.2.0.1
-------
* Fixed source repository location

0.2
---
* Renamed `toFloat` to `fromHalf` for easier unqualified use.
* Added a `Read` instance.

0.1.1
-----
* Added a `CTYPE` to the Half declaration so that it can be used with `CApiFFI` as an unsigned short.

0.1
---
* Initial release