Skip to content

Instantly share code, notes, and snippets.

@YuMingLiao
Created August 10, 2018 06:17
Show Gist options
  • Select an option

  • Save YuMingLiao/4abc833b4f1085d8383ce80e31df4ae4 to your computer and use it in GitHub Desktop.

Select an option

Save YuMingLiao/4abc833b4f1085d8383ce80e31df4ae4 to your computer and use it in GitHub Desktop.
{
packageOverrides = super: let self = super.pkgs; in
{
haskellPackages = super.haskellPackages.override {
overrides = self: super: {
project-m36-typed = self.callPackage ~/test/project-m36-typed {};
generic-lens = self.callPackage ~/example/generic-lens {};
# QuickCheck = self.haskell.lib.doJailBreak super.QuickCheck {};
};
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment