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.
This commit is contained in:
parent
b885e74fcb
commit
77e2f3c6ce
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2014/03/08 12:30:23 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2014/03/14 12:54:01 szptvlfn Exp $
|
||||
|
||||
DISTNAME= lens-4.0.5
|
||||
DISTNAME= lens-4.0.7
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= szptvlfn@a-net.email.ne.jp
|
||||
|
@ -11,7 +11,6 @@ LICENSE= modified-bsd
|
|||
.include "../../wip/hs-aeson/buildlink3.mk"
|
||||
.include "../../wip/hs-bifunctors/buildlink3.mk"
|
||||
.include "../../wip/hs-comonad/buildlink3.mk"
|
||||
.include "../../wip/hs-constraints/buildlink3.mk"
|
||||
.include "../../wip/hs-contravariant/buildlink3.mk"
|
||||
.include "../../wip/hs-distributive/buildlink3.mk"
|
||||
.include "../../wip/hs-exceptions/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2014/03/08 12:30:23 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.8 2014/03/14 12:54:01 szptvlfn Exp $
|
||||
|
||||
SHA1 (lens-4.0.5.tar.gz) = 35db65db85758a7e305e426685106de5e7fe6b50
|
||||
RMD160 (lens-4.0.5.tar.gz) = 67fc50092937f8da48d1e6bffa3b8c989ec90998
|
||||
Size (lens-4.0.5.tar.gz) = 766167 bytes
|
||||
SHA1 (lens-4.0.7.tar.gz) = 6044a55c14d784c47ad046fe2e74160e279265f7
|
||||
RMD160 (lens-4.0.7.tar.gz) = cd67336d978735df41e7823725474acc6b23e672
|
||||
Size (lens-4.0.7.tar.gz) = 767043 bytes
|
||||
|
|
Loading…
Reference in a new issue