Changes between Version 15 and Version 16 of SplitBase
- Timestamp:
- 02/25/13 05:14:42 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitBase
v15 v16 19 19 ==== To allow alternative implementations/targets ==== 20 20 21 A Haskell-to-Javascript compiler will not support File IO, or maybe not even IO at all. It would be desirable such an implementation has a chance to at least provide a complete and API compatible base-pure package, and that one can hence reasonably assume that packages and libraries depending only on `base-pure` will indeed work without modification. 21 A Haskell-to-Javascript compiler will not support File IO, or maybe not even IO at all. It would be desirable such an implementation has a chance to at least provide a complete and API compatible base-pure package, and that one can hence reasonably assume that packages and libraries depending only on `base-pure` will indeed work without modification. This might be subsumed by fulfilling the previous goal. 22 22 23 23 ==== Split base into as FEW packages as possible, consistent with meeting the other goals ====
