diff --git a/waspc/src/Wasp/Project/Analyze.hs b/waspc/src/Wasp/Project/Analyze.hs index 52ac3f3f9f..a13fe70a2d 100644 --- a/waspc/src/Wasp/Project/Analyze.hs +++ b/waspc/src/Wasp/Project/Analyze.hs @@ -25,8 +25,8 @@ import StrongPath fromAbsDir, fromAbsFile, fromRelFile, - relfile, reldir, + relfile, (), ) import System.Exit (ExitCode (..)) @@ -250,7 +250,6 @@ constructAppSpec waspDir options externalConfigs parsedPrismaSchema decls = do return $ runValidation ASV.validateAppSpec appSpec - waspDirExists :: Path' Abs (Dir WaspProjectDir) -> IO (Either String (Path' Abs (Dir WaspProjectDir))) waspDirExists waspDir = do let waspDotWaspPath = waspDir [relfile|.wasp|]