Changes between Version 2 and Version 3 of Proposals/time-extras
- Timestamp:
- 03/20/10 08:37:17 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/time-extras
v2 v3 1 I'd like to propose my "time-extras" package to be included in the next major release of the Haskell platform. 2 1 3 The "time" package, which is already in the Haskell Platform, is currently restricted to Haskell 98. This means that it cannot, for instance, export instances of the Data class (since this requires Rank2 or RankN). 2 4 3 5 The "time-extras" package contains functionality that would be in "time" were it not for the 98 restriction. Its version number matches that of "time". Currently, it consists only of Data instances. 4 6 5 I am the author and maintainer of "time" and "time-extras". I propose "time-extras" be included in the Haskell Platform. 7 I am the author and maintainer of "time" and "time-extras". Everyone is invited to review this proposal, following the standard procedure for proposing and reviewing packages: 8 http://trac.haskell.org/haskell-platform/wiki/AddingPackages 6 9 7 Everyone is invited to review this proposal, following the standard procedure for proposing and reviewing packages: AddingPackages. 10 You can always find the latest version of this proposal here: 11 http://trac.haskell.org/haskell-platform/wiki/Proposals/time-extras 8 12 9 -- Ashley Yakeley 13 Hackage link: 14 http://hackage.haskell.org/package/time-extras 10 15 11 Proposal: http://trac.haskell.org/haskell-platform/wiki/Proposals/time-extras 12 13 Hackage: http://hackage.haskell.org/package/time-extras 16 -- 17 Ashley Yakeley
