Added the Haskell criterion package.
svn path=/nixpkgs/trunk/; revision=24741
This commit is contained in:
13
pkgs/development/libraries/haskell/erf/default.nix
Normal file
13
pkgs/development/libraries/haskell/erf/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "erf";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "0zkb9csnfqcrzdkqqn0xihfx1k17fw9ki7y3d1di67lnlmjpkqnn";
|
||||
meta = {
|
||||
description = "The error function, erf, and friends";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user