Skip to content

Commit

Permalink
Fixed build of RunJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Dec 11, 2020
1 parent 9edbcbb commit 8908fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IHP/Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ build/RunJobs.hs: build/Generated/Types.hs
echo "import IHP.ScriptSupport" >> $@
echo "import IHP.Job.Runner" >> $@
echo "import qualified Config" >> $@
echo "import Main" >> $@
echo "import Main ()" >> $@
echo "main :: IO ()" >> $@
echo "main = runScript Config.config run" >> $@
echo "run :: Script" >> $@
Expand Down

0 comments on commit 8908fd6

Please sign in to comment.