@bmorphism
https://shareg.pt/Plp4jcH
{ pkgs ? import <nixpkgs> {} }:
pkgs.haskellPackages {
buildInputs = with pkgs; [
ghc
cabal-install
pandoc
haskellPackages.alex
haskellPackages.happy
];
}
In a world of pure abstraction,
The code is king, a rule of law
That builds and runs with precision,
Leaving no room for error or flaw.