Skip to content

Instantly share code, notes, and snippets.

@chisui
Last active November 25, 2018 17:24
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 chisui/ebcbc704b6c97957247df44029e5e22e to your computer and use it in GitHub Desktop.
Save chisui/ebcbc704b6c97957247df44029e5e22e to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> {};
haskellPackages = pkgs.haskell.packages.ghc862.override {
overrides = self: super: {
cabal = pkgs.haskell.packages.ghc862.cabalNoTest;
};
};
in
haskellPackages.ghcWithPackages (ps: with ps;[
type-fun
rank1dynamic
distributed-process
distributed-static
network-transport
network-transport-tcp
binary
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment