basic love

This commit is contained in:
2025-11-26 16:20:31 +09:00
parent 7bf66c6de0
commit 68adfeb1d8
16 changed files with 308 additions and 73 deletions

View File

@@ -13,8 +13,12 @@
devShells.default = pkgs.mkShell {
name = "hs";
nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [
zlib
libpq
haskellPackages.hspec-discover
];
};
});