2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58) |
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
|
2014-05-25 00:04:37 by Ryosuke Moro | Files touched by this commit (16) |
Log message:
Remove hdevtools, hs-exceptions, imported to pkgsrc/devel.
|
2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119) |
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
|
2014-05-17 23:00:05 by Ryosuke Moro | Files touched by this commit (25) |
Log message:
Remove hs-tagged, imported to pkgsrc/devel
|
2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112) |
Log message:
Remove hs-mtl, imported to pkgsrc/devel
|
2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110) |
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
|
2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74) |
Log message:
Update MAINTAINER address
|
2014-04-21 11:11:37 by Ryosuke Moro | Files touched by this commit (38) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2014-03-14 13:54:01 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
Update to 4.0.7
CHANGELOG:
4.0.7
-----
* Removed dependency on `constraints`. It was used in a pre-release version of
4.0 but never made it into 4.0, but the dependency had remained around
complicating builds for GHC 7.4.
4.0.6
-----
* `makeLenses` attempt to make the accessors it can under existential
quantification.
* Added `(&~)`.
* _Experimental_ support for parallel builds on GHC 7.8 with
`cabal install lens -fj`. Due to at last one known issue with GHC, it isn't
recommended to use this option when rebuilding lens, as a race condition on
at least one platform has been seen in the wild.
* Added `RoleAnnotations` for GHC 7.8.1. These rule out a few user-accessible
bottoms that could be caused by creative abuse of the new `Coercible`
machinery. However, there was no `unsafeCoerce` exposed.
* Removed some impossible cases that required unwritable instances from
the example doctypes.
|
2014-03-08 13:30:23 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
Update to 4.0.5
CHANGELOG:
4.0.5
* Added `bimapping` to `Control.Lens.Iso`
* Restored correct behavior of `makePrism` on types with a single constructor.
* `makeLenses` now generates `Getter`s and `Fold`s on universally quantified fields.
4.0.4
* Made `declareFields` work again.
|