Implement functions

This commit is contained in:
2024-09-28 13:57:53 +02:00
parent 67447ac23b
commit da7ea65cf5
12 changed files with 106 additions and 54 deletions

View File

@@ -3,5 +3,10 @@ pkgs.mkShell {
buildInputs = [
haskell.ghc
pkgs.cabal-install
pkgs.zlib.dev
];
shellHook = ''
export LD_LIBRARY_PATH="${pkgs.zlib}/lib";
'';
}