Skip to content

Instantly share code, notes, and snippets.

@srhb
Created November 29, 2020 19:03
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/3b61e12bcdccb81c94cc7480c605b3fc to your computer and use it in GitHub Desktop.
Save srhb/3b61e12bcdccb81c94cc7480c605b3fc to your computer and use it in GitHub Desktop.
self: super: {
haskellPackages = with self.haskell.lib; super.haskellPackages.override (old: {
overrides = self.lib.composeExtensions (old.overrides or (_: _: {})) (hself: hsuper: {
iqubic = hself.callHackageDirect {
pkg = "iqubic" ;
ver = "0.1.0.0";
sha256 = "0000000000000000000000000000000000000000000000000000";
} {};
});
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment