Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit c5d81d3

Browse files
committed
Improvements for v5
- Change readers to return record instead of `Tuple`. - Cleanup event handlers. - Complete reads when stream is closed. - New `Internal` functions.
1 parent 5c9b693 commit c5d81d3

File tree

7 files changed

+398
-208
lines changed

7 files changed

+398
-208
lines changed

spago-dev.dhall

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ conf //
1818
, "node-process"
1919
, "node-fs"
2020
, "console"
21+
, "foldable-traversable"
22+
, "parallel"
2123
, "partial"
2224
, "unsafe-coerce"
2325
, "control"

spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to generate this file without the comments in this block.
2424
, "either"
2525
, "maybe"
2626
, "prelude"
27-
, "tuples"
27+
, "tailrec"
2828
]
2929
, packages = ./packages.dhall
3030
, sources = [ "src/**/*.purs" ]

0 commit comments

Comments
 (0)