Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.37 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.37 KB

haskell-flake

A flake-parts module to make Haskell development simpler with Nix.

Why?

To keep flake.nix smaller (see examples below) and declarative (what vs how) by bringing a NixOS-like module system to flakes. haskell-flake simply uses callCabal2nix and shellFor under the hood.

Documentation

https://haskell.flake.page/

Examples

Recommendations