First pass at merit function

This commit is contained in:
2022-10-10 11:46:27 +02:00
parent a80a7f749e
commit a61f15df44
5 changed files with 32 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
cabal-install
haskell-language-server
ghc
];
};