Created
May 17, 2017 05:33
-
-
Save Radvendii/6c3900bf2e1d84f94034bb9ee5a41892 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
environment.systemPackages = with pkgs; [ | |
. | |
. | |
. | |
(haskellPackages.ghcWithHoogle (h: with h; [ | |
diagrams | |
diagrams-gtk | |
lens | |
io-memoize | |
haskeline | |
pointfree | |
xmonad | |
xmonad-contrib | |
xmonad-extras | |
happy | |
alex | |
gloss | |
matrix | |
])) | |
. | |
. | |
. | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment