18250b97ae
had added him earlier.
17 lines
525 B
Nix
17 lines
525 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "data-binary-ieee754";
|
|
version = "0.4.4";
|
|
sha256 = "02nzg1barhqhpf4x26mpzvk7jd29nali033qy01adjplv2z5m5sr";
|
|
buildDepends = [ binary ];
|
|
meta = {
|
|
homepage = "https://john-millikin.com/software/data-binary-ieee754/";
|
|
description = "Parser/Serialiser for IEEE-754 floating-point values";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|