# Pastebin RocqcHPN overrides = self: super: { mypkg = pkgs.haskell.lib.overrideCabal super.mypkg (old: { checkPhase = "time ./Setup test"; }); };