Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Created May 24, 2018 21:51
Show Gist options
  • Save adrianparvino/6695bbdaf4ce3b1aedf95de6c4515cc7 to your computer and use it in GitHub Desktop.
Save adrianparvino/6695bbdaf4ce3b1aedf95de6c4515cc7 to your computer and use it in GitHub Desktop.
jsaddle = pkgs.haskell.packages.ghcjsHEAD.jsaddle.overrideAttrs (old: {
libraryHaskellDepends = old.libraryHaskellDepends + [ self.ghcjs-base ];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment