about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/numeric-extras/default.nix
blob: 76783dceb494050209987dd046153b410ebc773c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ cabal }:

cabal.mkDerivation (self: {
  pname = "numeric-extras";
  version = "0.0.3";
  sha256 = "18jyjrk6iizz3sgkwgbh1rxf6zdf166bkgs7wia8b4z7f6261nzg";
  meta = {
    homepage = "http://github.com/ekmett/numeric-extras";
    description = "Useful tools from the C standard library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})