diff options
| author | mtgmonkey <mtgmonkey@nixos> | 2025-12-08 05:57:20 +0100 |
|---|---|---|
| committer | mtgmonkey <mtgmonkey@nixos> | 2025-12-08 05:57:20 +0100 |
| commit | e767a5ee5becd575039ff39db40a7373ccca7eaf (patch) | |
| tree | dd5bee9ec666509cac9267666e1a31e58fef23ec /package.nix | |
| parent | 852244a49159097a83fc99edcdad26f84f999098 (diff) | |
semantics: change from Game/Main.hs to Game.hs
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix index f9513ce..4d3a7fa 100644 --- a/package.nix +++ b/package.nix @@ -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 = '' |
