File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 ],
1818 "dependencies" : {
1919 "purescript-prelude" : " ^4.1.0" ,
20- "purescript-datetime" : " ^4.0 .0" ,
21- "purescript-foreign-object" : " ^1.0 .0" ,
20+ "purescript-datetime" : " ^4.1 .0" ,
21+ "purescript-foreign-object" : " ^1.1 .0" ,
2222 "purescript-node-buffer" : " ^5.0.0"
2323 },
2424 "devDependencies" : {
Original file line number Diff line number Diff line change 2626 },
2727 "homepage" : " https://github.com/Thimoteus/purescript-node-os#readme" ,
2828 "dependencies" : {
29+ "pulp" : " ^12.3.0" ,
2930 "purescript" : " ^0.11.6" ,
3031 "purescript-psa" : " ^0.5.1" ,
31- "rimraf" : " ^2.6.1" ,
32- "pulp" : " ^11.0.2"
32+ "rimraf" : " ^2.6.1"
3333 }
3434}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import Data.Time.Duration (Milliseconds, Seconds)
2828import Effect (Effect )
2929import Foreign.Object (Object , update )
3030import Node.Encoding (Encoding )
31-
31+
3232type NetworkInterface =
3333 { address :: String
3434 , netmask :: String
@@ -150,7 +150,7 @@ foreign import totalmem :: Effect Number
150150foreign import ostype :: Effect String
151151foreign import uptime :: Effect Seconds
152152foreign import networkInterfaces :: Effect (Object (Array NetworkInterface ))
153- foreign import userInfoImpl
153+ foreign import userInfoImpl
154154 :: (∀ a . (a -> Maybe a ) -> Object a -> Object a )
155155 -> (∀ a . Maybe a )
156156 -> (∀ a . a -> Maybe a )
You can’t perform that action at this time.
0 commit comments