File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 22/node_modules /
33/.pulp-cache /
44/output /
5- /.psci *
6- /src / .webpack.js
5+ /.psc *
6+ /.psa *
Original file line number Diff line number Diff line change 1616 " output"
1717 ],
1818 "dependencies" : {
19- "purescript-maps" : " ^1.0.0" ,
20- "purescript-datetime" : " ^1.0.0"
19+ "purescript-prelude" : " ^3.0.0" ,
20+ "purescript-maps" : " ^3.0.0" ,
21+ "purescript-datetime" : " ^3.0.0"
22+ },
23+ "devDependencies" : {
24+ "purescript-psci-support" : " ^3.0.0"
2125 }
2226}
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ import Data.Maybe (fromMaybe)
2424import Data.StrMap (StrMap )
2525import Data.Time.Duration (Milliseconds , Seconds )
2626
27- import Control.Bind ((=<<))
28- import Control.Monad.Eff (Eff )
27+ import Control.Monad.Eff (Eff , kind Effect )
2928
3029type NetworkInterface = { address :: String
3130 , netmask :: String
@@ -42,7 +41,7 @@ type CPU = { model :: String
4241 , idle :: Milliseconds
4342 , irq :: Milliseconds } }
4443
45- foreign import data OS :: !
44+ foreign import data OS :: Effect
4645
4746foreign import eol :: Char
4847
You can’t perform that action at this time.
0 commit comments