Path to this page:
Subject: CVS commit: wip/hs-dlist
From: Ryosuke Moro
Date: 2013-11-29 15:05:15
Message id: E1VmOhi-0002Ee-Ut@sfs-ml-3.v29.ch3.sourceforge.com
Log Message:
Update to 0.6
Change Log
==========
Version 0.6 (2013-11-29) *Black Friday*
---------------------------------------
#### Development changes
* Maintenance and development taken over by Sean Leather
* Migrate repository from http://code.haskell.org/~dons/code/dlist/ to
https://github.com/spl/dlist
#### Package changes
* Stop supporting `base < 2`
* Fix tests and use `cabal test`
* Add scripts for running `hpc`
* Update documentation
#### New features
* New type class instances: `Eq`, `Ord`, `Read`, `Show`, `Alternative`,
and `Foldable`
* New function `apply` to use instead of `unDL`
#### Deprecations
* Deprecate DList constructor and record selector to make it abstract
(see [#4](https://github.com/spl/dlist/issues/4))
* Deprecate `maybeReturn` which is not directly relevant to dlists
Files: