HaskellPlayground/readme.md

409 B

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