Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@meditans
Created May 7, 2018 15:44
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 meditans/b1ecc5b90f1c19bfd31c9f478416c088 to your computer and use it in GitHub Desktop.
Save meditans/b1ecc5b90f1c19bfd31c9f478416c088 to your computer and use it in GitHub Desktop.
self: super: {
haskell.packages.ghc802 = super.haskell.packages.ghc802.extend (selfHS: superHS: {
concat-inline = self.haskell.lib.dontHaddock (selfHS.callPackage ~/code/haskell/forks/concat/inline {});
concat-satisfy = self.haskell.lib.dontHaddock (selfHS.callPackage ~/code/haskell/forks/concat/satisfy {});
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment