2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2012-02-03 19:06:35 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "ieee754";
|
2014-10-12 20:03:06 +00:00
|
|
|
version = "0.7.4";
|
|
|
|
sha256 = "1pxbkfa21mvc869n18nn7r29hcinxdbsnk68nlldzld8f6m13g1h";
|
2012-02-03 19:06:35 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/patperry/hs-ieee754";
|
|
|
|
description = "Utilities for dealing with IEEE floating point numbers";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|