{ mkDerivation, base, containers, lib }: mkDerivation { pname = "rosezipper"; version = "0.2"; sha256 = "deadbeef"; libraryHaskellDepends = [ base containers ]; description = "Generic zipper implementation for Data.Tree"; license = lib.licenses.bsd3; }