summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/numeric-extras/default.nix
blob: 918427d0fa0f79f41bce6c786b0c8775a83fd696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

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