2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, binary }:
|
2011-12-13 23:57:52 -08:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "data-binary-ieee754";
|
2013-07-08 02:53:10 -07:00
|
|
|
version = "0.4.4";
|
|
|
|
sha256 = "02nzg1barhqhpf4x26mpzvk7jd29nali033qy01adjplv2z5m5sr";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ binary ];
|
2011-12-13 23:57:52 -08:00
|
|
|
meta = {
|
2012-11-12 03:34:28 -08:00
|
|
|
homepage = "https://john-millikin.com/software/data-binary-ieee754/";
|
2011-12-13 23:57:52 -08:00
|
|
|
description = "Parser/Serialiser for IEEE-754 floating-point values";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|