Skip to content

Commit

Permalink
Start working in subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSeagull committed Jul 30, 2024
1 parent 9dae30a commit adedb4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/nhcore.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ library
Command,
Html,
Platform,
Subscription,

-- Concurrency
AsyncIO,
Expand Down
6 changes: 6 additions & 0 deletions core/platform/Subscription.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module Subscription (foo) where

import Basics

foo :: Int
foo = 42

0 comments on commit adedb4b

Please sign in to comment.