Created
May 17, 2017 05:36
-
-
Save cleverca22/22dd579a134d1f689a02a01b4d712878 to your computer and use it in GitHub Desktop.
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
with import <nixpkgs>{}; runCommand "shell" { buildInputs = [ | |
(haskellPackages.ghcWithHoogle (h: with h; [ | |
diagrams | |
diagrams-gtk | |
lens | |
io-memoize | |
haskeline | |
pointfree | |
xmonad | |
xmonad-contrib | |
xmonad-extras | |
happy | |
alex | |
gloss | |
matrix | |
])) | |
]; } "exit 1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment