Skip to content

Instantly share code, notes, and snippets.

@sorki
Created November 5, 2018 11:00
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 sorki/c6c150cb924c509f5114904a9a7870c9 to your computer and use it in GitHub Desktop.
Save sorki/c6c150cb924c509f5114904a9a7870c9 to your computer and use it in GitHub Desktop.
echo "with $*"
shell_haskell ghcid cabal-install hscolour ipprint unordered-containers regex-posix $*
echo "with $*"
nix-shell -p "haskellPackages.ghcWithPackages (pkgs: with pkgs; [ $* ])"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment