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