name: data-binary-ieee754 version: 0.4 x-revision: 1 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 && < 4.6, binary < 0.9, bytestring < 0.11 exposed-modules: Data.Binary.IEEE754