From cbd134b33003649b8d368bac11685b8cebcb208f Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 30 Oct 2023 01:32:59 +0000 Subject: [PATCH] chore(jobsystem): import Jobsys --- src/JobSystem.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JobSystem.hs b/src/JobSystem.hs index c4847e577..09f600c70 100644 --- a/src/JobSystem.hs +++ b/src/JobSystem.hs @@ -7,7 +7,7 @@ module JobSystem ) where -- TODO: add gitlab.uniworx.de/barth/jobsys as dependency to be able to import JobSchedulerWorld and its function --- import Jobsys.JobSystem +import Jobsys.JobSystem -- TODO: define JobSchedulerWorld instance for managing job workers, scheduler, and communation in-between -- instance JobSchedulerWorld world where