name: data-binary-ieee754
version: 0.4
synopsis: Parser/Serialiser for IEEE-754 floating-point values
description: Convert Float and Decimal values to/from raw octets.
license: GPL
license-file: License.txt
author: John Millikin
maintainer: jmillikin@gmail.com
build-type: Simple
cabal-version: >=1.6
category: Data
stability: experimental
bug-reports: mailto:jmillikin@gmail.com
source-repository head
type: darcs
location: http://patch-tag.com/r/data-binary-ieee754/pullrepo
library
build-depends: base >=3 && < 5, binary, bytestring
exposed-modules: Data.Binary.IEEE754