name:                binary-ieee754
version:             0.1.0.0
synopsis:            Backport ieee754 float double combinators to older binary
description:         Backport ieee754 float double combinators to older binary
homepage:            https://github.com/winterland1989/binary-ieee754
bug-reports:         https://github.com/winterland1989/binary-ieee754/issues
license:             BSD3
license-file:        LICENSE
author:              Winterland
maintainer:          winterland1989@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md, README.md
cabal-version:       >=1.10

source-repository head
  type:     git
  location: git://github.com/winterland1989/binary-ieee754.git

library
  exposed-modules:     Data.Binary.IEEE754
  -- other-modules:       
  -- other-extensions:    
  build-depends:        base >=4.5 && <5.0
                    ,   array
                    ,   binary >= 0.3

  -- hs-source-dirs:      
  default-language:    Haskell2010