haskell-HUnit-approx: add version 1.0
This commit is contained in:
17
pkgs/development/libraries/haskell/HUnit-approx/default.nix
Normal file
17
pkgs/development/libraries/haskell/HUnit-approx/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user