nixpkgs/pkgs/development/libraries/haskell/half/default.nix
2014-12-13 12:06:08 +01:00

16 lines
427 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "half";
version = "0.2.0.1";
sha256 = "0lwh5bv8pnp9fzq64z1fg1i4fv8h2lcchs1298agq881hcay19qw";
meta = {
homepage = "http://github.com/ekmett/half";
description = "Half-precision floating-point";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})