You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
nix | 1 year ago | |
CHANGELOG.md | 1 year ago | |
Main.hs | 1 year ago | |
Setup.hs | 1 year ago | |
default.nix | 1 year ago | |
haskell-playground.cabal | 1 year ago | |
readme.md | 1 year ago |
readme.md
Haskell Playground
I use this project to quickly bootstrap a GHCi repl populated with all the necessary dependencies to have fun with.
This playground relies on the Haskell Nixpkgs infrastructure to bootstrap the env, allowing us to download the dependencies from the NixOS binary cache instead of having to build them by ourselves.
You can bootstrap the env by via:
» nix-shell --pure
» ghci