pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-lens



Module name:    wip
Committed by:   szptvlfn
Date:           Fri Mar 14 12:54:01 UTC 2014

Modified Files:
        wip/hs-lens: Makefile distinfo

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.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.7 -r1.8 wip/hs-lens/Makefile wip/hs-lens/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-lens/Makefile?r1=1.7&r2=1.8
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-lens/distinfo?r1=1.7&r2=1.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index