File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 33/output /
44/.psci *
55/src /.webpack.js
6+ .pulp-cache /
Original file line number Diff line number Diff line change 99 " bower_components" ,
1010 " output"
1111 ],
12- "repository" : {
13- "type" : " git" ,
14- "url" : " git://github.com/purescript-node/purescript-node-streams.git"
15- },
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " git://github.com/purescript-node/purescript-node-streams.git"
15+ },
1616 "devDependencies" : {
1717 "purescript-console" : " ^0.1.0"
1818 },
1919 "dependencies" : {
2020 "purescript-eff" : " ~0.1.1" ,
21- "purescript-node-buffer" : " ~0.1 .0" ,
21+ "purescript-node-buffer" : " ~0.2 .0" ,
2222 "purescript-prelude" : " ~0.1.2"
2323 }
2424}
Original file line number Diff line number Diff line change 11-- | This module provides a low-level wrapper for the Node Stream API.
22
3- module Node.Stream
3+ module Node.Stream
44 ( Stream ()
55 , Read ()
66 , Readable ()
@@ -23,13 +23,13 @@ module Node.Stream
2323 , setDefaultEncoding
2424 , end
2525 ) where
26-
26+
2727import Prelude
2828
2929import Node.Encoding
3030
3131import Control.Monad.Eff
32-
32+
3333-- | A stream.
3434-- |
3535-- | The type arguments track, in order:
You can’t perform that action at this time.
0 commit comments