Skip to content

Instantly share code, notes, and snippets.

@srhb
Created August 26, 2018 07:46
Show Gist options
  • Save srhb/9ae8206fa94bf9a0eaed3c9be78e0f70 to your computer and use it in GitHub Desktop.
Save srhb/9ae8206fa94bf9a0eaed3c9be78e0f70 to your computer and use it in GitHub Desktop.
self: super: {
haskellPackages = with self.haskell.lib; super.haskellPackages.extend (selfHS: superHS: {
generic-lens = dontCheck (selfHS.callHackage "generic-lens" "1.0.0.1" {});
taffybar = with self.haskell.lib; enableDWARFDebugging (enableExecutableProfiling (overrideSrc superHS.taffybar {
version = "master";
src = self.fetchFromGitHub {
owner = "taffybar";
repo = "taffybar";
rev = "6e6d3b4180e291f3555e796cfea95a24118f0426";
sha256 = "1xxw8wmy0jdqs42g9vr3wjblgq6x5skdlyzwf25hihb4r3wiq2r3";
};
}));
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment