summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/HUnit-approx/default.nix
blob: b507aa21cbb56c689bcee894e04b0dfac0c5be84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
  };
})