{ mkDerivation, base, containers, exceptions, lib, monad-control , mtl, pipes, primitive, transformers, transformers-base }: mkDerivation { pname = "pipes-safe"; version = "2.2.6"; sha256 = "deadbeef"; libraryHaskellDepends = [ base containers exceptions monad-control mtl pipes primitive transformers transformers-base ]; description = "Safety for the pipes ecosystem"; license = lib.licenses.bsd3; }