Changes between Version 3 and Version 4 of Proposals/split
- Timestamp:
- 08/21/12 19:36:58 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/split
v3 v4 7 7 Everyone is invited to review this proposal, following the [http://trac.haskell.org/haskell-platform/wiki/AddingPackages standard procedure for proposing and reviewing packages]. 8 8 9 Review comments should be sent to the libraries mailing list by August 20 (arbitrarily chosen; there's plenty of time before the [http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable October 1 deadline]).9 Review comments should be sent to the libraries mailing list by September 4. 10 10 11 11 = Credits = … … 39 39 = API = 40 40 41 For a detailed description of the package API and example usage, see [http://hackage.haskell.org/packages/archive/split/0. 1.4.3/doc/html/Data-List-Split.html the Haddock documentation].41 For a detailed description of the package API and example usage, see [http://hackage.haskell.org/packages/archive/split/0.2.0.0/doc/html/Data-List-Split.html the Haddock documentation]. 42 42 43 43 = Design decisions = … … 103 103 this purpose. 104 104 105 I am currently investigating whether this can be made to work (and how 106 it affects building the test suite). 105 I have a patch which implements this proposal, which can be seen in the [http://code.haskell.org/~byorgey/code/split-build split-build] repo. I am not sure whether the benefit outweighs the extra complication. Opinions welcome. 107 106 108 107 == Missing strategies ==
