Changes between Version 18 and Version 19 of SplitBase
- Timestamp:
- 02/26/13 03:46:38 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitBase
v18 v19 28 28 29 29 Johan says: The I/O manager currently has a copy of IntMap inside its implementation because base cannot use containers. Splitting base would let us get rid of this code duplication. 30 31 ==== Installable base ==== 32 Right now, if a package depends on a specific version of base, there's no way to compile it with GHC that provides a different version of base. 33 34 After the split, hopefully, many subpackages of base will lose their «magic» status and become installable via cabal. 30 35 31 36 ==== Split base into as FEW packages as possible, consistent with meeting the other goals ====
