haskell-HUnit-approx: add version 1.0
This commit is contained in:
parent
1add807fdf
commit
5e3f52243d
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;
|
||||
};
|
||||
})
|
@ -1260,6 +1260,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
HUnit_1_2_5_2 = callPackage ../development/libraries/haskell/HUnit/1.2.5.2.nix {};
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
|
||||
HUnitApprox = callPackage ../development/libraries/haskell/HUnit-approx {};
|
||||
|
||||
hweblib = callPackage ../development/libraries/haskell/hweblib/default.nix {};
|
||||
|
||||
hxt = callPackage ../development/libraries/haskell/hxt {};
|
||||
|
Loading…
Reference in New Issue
Block a user