packages feed

cabal2nix-2.16.0: test/golden-test-cases/online.nix.golden

{ mkDerivation, base, foldl, lib, numhask, protolude, tdigest
, vector, vector-algorithms
}:
mkDerivation {
  pname = "online";
  version = "0.2.0";
  sha256 = "deadbeef";
  libraryHaskellDepends = [
    base foldl numhask protolude tdigest vector vector-algorithms
  ];
  homepage = "https://github.com/tonyday567/online";
  description = "online statistics";
  license = lib.licenses.bsd3;
}