Skip to content

Commit

Permalink
Merge pull request #60 from imclerran/update-appstubs-for-task-builtin
Browse files Browse the repository at this point in the history
Update app stubs to remove Task import (now a builtin)
  • Loading branch information
imclerran authored Sep 25, 2024
2 parents 5b81a8f + f7710a5 commit db34b2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion repository/app-stubs/basic-cli.roc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import cli.Stdout
import cli.Task exposing [Task]

main : Task {} _
main =
Expand Down
1 change: 0 additions & 1 deletion repository/app-stubs/basic-webserver.roc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pf.Task exposing [Task]
import pf.Http exposing [Request, Response]

main : Request -> Task Response []
Expand Down

0 comments on commit db34b2a

Please sign in to comment.