Skip to content

Instantly share code, notes, and snippets.

@idontgetoutmuch
Created July 7, 2017 09:06
Show Gist options
  • Select an option

  • Save idontgetoutmuch/fee0f8c8280ad2d4cdb79bb77cf022fb to your computer and use it in GitHub Desktop.

Select an option

Save idontgetoutmuch/fee0f8c8280ad2d4cdb79bb77cf022fb to your computer and use it in GitHub Desktop.
{ pkgs }:
{
packageOverrides = super: let self = super.pkgs; in
{
haskellPackages = super.haskellPackages.override {
overrides = with pkgs.haskell.lib; self: super: {
numhask = dontCheck self.callPackage /Users/dom/Dropbox/Private/NumMethHaskell/numhask {};
numhask-range = self.callPackage /Users/dom/Dropbox/Private/NumMethHaskell/numhask-range {};
};
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment