Skip to content

Instantly share code, notes, and snippets.

@srhb
Created September 9, 2018 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/3485b34083427e8a2c1e3c3f9a1a11eb to your computer and use it in GitHub Desktop.
Save srhb/3485b34083427e8a2c1e3c3f9a1a11eb to your computer and use it in GitHub Desktop.
self: super: {
haskellPackages = with self.haskell.lib; super.haskellPackages.extend (selfHS: superHS: {
gitit = overrideCabal superHS.gitit (oa: {
src = self.fetchFromGitHub {
owner = "jgm";
repo = "gitit";
rev = "ee9927f8c22bc76353aa8589220b6aafc343847c";
sha256 = "19f3wj83i8igsy86ri54qynvi94061lhgy6wr2brypmqpa160l93";
};
});
hoauth2 = doJailbreak superHS.hoauth2;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment