haskell-HUnit-approx: add version 1.0

This commit is contained in:
Peter Simons 2014-07-22 12:20:39 +02:00
parent 1add807fdf
commit 5e3f52243d
2 changed files with 19 additions and 0 deletions

View 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;
};
})

View file

@ -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 {};