Go to file
Félix Baylac-Jacqué 1dff0fd75b
Create Haskell playground template
2021-02-06 19:39:58 +01:00
nix Create Haskell playground template 2021-02-06 19:39:58 +01:00
CHANGELOG.md Create Haskell playground template 2021-02-06 19:39:58 +01:00
Main.hs Create Haskell playground template 2021-02-06 19:39:58 +01:00
Setup.hs Create Haskell playground template 2021-02-06 19:39:58 +01:00
default.nix Create Haskell playground template 2021-02-06 19:39:58 +01:00
haskell-playground.cabal Create Haskell playground template 2021-02-06 19:39:58 +01:00
readme.md Create Haskell playground template 2021-02-06 19:39:58 +01:00

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