16 lines
443 B
Nix
16 lines
443 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "fixed";
|
|
version = "0.2.1";
|
|
sha256 = "1ayfya62ngcyyhi736fl5cd39iw568lkl16j4mliw3mi1cs2cic0";
|
|
meta = {
|
|
homepage = "http://github.com/ekmett/fixed";
|
|
description = "Signed 15.16 precision fixed point arithmetic";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|