Update to 1.4

CHANGELOG:
# 1.4
* Changed the behavior of the $(1) template haskell splices for Exp to use
a Proxy rather than value-level numbers. This is more consistent with the
role of this library and the other could always be generated via sa splice
anyways.
This commit is contained in:
Ryosuke Moro 2014-01-29 22:28:56 +00:00 committed by Thomas Klausner
parent 5f6db3897f
commit cb073456db
3 changed files with 9 additions and 9 deletions

View file

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.1 2013/05/22 19:12:43 szptvlfn Exp $
# $NetBSD: Makefile,v 1.2 2014/01/29 22:28:56 szptvlfn Exp $
DISTNAME= reflection-1.3.2
DISTNAME= reflection-1.4
CATEGORIES= devel
MAINTAINER= szptvlfn@a-net.email.ne.jp
HOMEPAGE= http://github.com/ekmett/reflection
COMMENT= Reifies arbitrary terms into types
LICENSE= modified-bsd

View file

@ -1,13 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1 2013/05/22 19:12:43 szptvlfn Exp $
# $NetBSD: buildlink3.mk,v 1.2 2014/01/29 22:28:56 szptvlfn Exp $
BUILDLINK_TREE+= hs-reflection
.if !defined(HS_REFLECTION_BUILDLINK3_MK)
HS_REFLECTION_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-reflection+= hs-reflection>=1.3.2
BUILDLINK_API_DEPENDS.hs-reflection+= hs-reflection>=1.4
BUILDLINK_PKGSRCDIR.hs-reflection?= ../../wip/hs-reflection
.include "../../wip/hs-tagged/buildlink3.mk"
.endif # HS_REFLECTION_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-reflection

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/05/22 19:12:43 szptvlfn Exp $
$NetBSD: distinfo,v 1.2 2014/01/29 22:28:56 szptvlfn Exp $
SHA1 (reflection-1.3.2.tar.gz) = ed5ccd2163027ba56490ddf949855f6db42d0b75
RMD160 (reflection-1.3.2.tar.gz) = 319c189c8b8921eefcfd495bc9f32c948b79efcd
Size (reflection-1.3.2.tar.gz) = 8530 bytes
SHA1 (reflection-1.4.tar.gz) = e4a9995e06a12d78fd4528c2d8e5e7d75c267e2d
RMD160 (reflection-1.4.tar.gz) = f290de6c31163c3c6cc702320ca308aa468484ed
Size (reflection-1.4.tar.gz) = 9123 bytes