semantics: change from Game/Main.hs to Game.hs
This commit is contained in:
@@ -47,7 +47,7 @@ in
|
|||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
'';
|
'';
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
ghc ${ghcExeOptions} ./src/Game/Main.hs -o ./Main
|
ghc ${ghcExeOptions} ./src/Game.hs -o ./Main
|
||||||
haddock ${haddockOptions}
|
haddock ${haddockOptions}
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user