{ mkDerivation, base, stdenv }: mkDerivation { pname = "broadcast-chan"; version = "0.1.1"; sha256 = "deadbeef"; libraryHaskellDepends = [ base ]; homepage = "https://github.com/merijn/broadcast-chan"; description = "Broadcast channel type that avoids 0 reader space leaks"; license = stdenv.lib.licenses.bsd3; }