cabal2nix-2.16.0: test/golden-test-cases/median-stream.nix.golden
{ mkDerivation, base, heap, lib, QuickCheck }:
mkDerivation {
pname = "median-stream";
version = "0.7.0.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ base heap ];
testHaskellDepends = [ base QuickCheck ];
homepage = "https://github.com/caneroj1/median-stream#readme";
description = "Constant-time queries for the median of a stream of numeric data";
license = lib.licenses.bsd3;
}