Last active
December 4, 2020 17:48
-
-
Save SuperCipher/9f3471bf2118b5af26070b098e398b66 to your computer and use it in GitHub Desktop.
try haskell with nix-shell ghci
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# try haskell easily with nix shell | |
# credit @freenode_srk:matrix.org | |
nix-shell -p "pkgs.haskell.packages.ghc883.ghcWithPackages (p: [ ])" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment