18 lines
535 B
Nix
18 lines
535 B
Nix
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||
|
|
||
|
{ cabal, HUnit }:
|
||
|
|
||
|
cabal.mkDerivation (self: {
|
||
|
pname = "HUnit-approx";
|
||
|
version = "1.0";
|
||
|
sha256 = "0svkjvcanjsi5bhn9b91jhig36np5imr3qyj6b1s5msm7wmlk3v1";
|
||
|
buildDepends = [ HUnit ];
|
||
|
testDepends = [ HUnit ];
|
||
|
meta = {
|
||
|
homepage = "https://github.com/goldfirere/HUnit-approx";
|
||
|
description = "Approximate equality for floating point numbers with HUnit";
|
||
|
license = self.stdenv.lib.licenses.bsd3;
|
||
|
platforms = self.ghc.meta.platforms;
|
||
|
};
|
||
|
})
|