HaskellPlayground/readme.md

16 lines
409 B
Markdown
Raw Permalink Normal View History

2021-02-06 19:35:50 +01:00
# 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
```