reorganise

This commit is contained in:
mtgmonkey
2025-12-03 00:08:55 +01:00
parent e8b088312c
commit bc23ab1df2
17 changed files with 460 additions and 433 deletions

View File

@@ -54,12 +54,12 @@ in
'';
buildPhase = ''
ghc ${ghcExeOptions} ./src/Haskengl/Main.hs -o ./Main
haddock ${haddockOptions}
'';
installPhase = ''
mkdir -p $out/bin
cp ./Main $out/bin/haskengl
#haddock ${haddockOptions}
#cp ./docs $out/docs -r
cp ./docs $out/docs -r
'';
meta = {