Skip to content

Commit

Permalink
Update to 0.4.2
Browse files Browse the repository at this point in the history
Changes from https://github.com/dreixel/syb
0.4.2
 - Remove duplicate instance in GHC > 7.8
 - Merge pull request #8 from yallop/patch-1
   (Trivial fix): Add a type signature for 'marlow'
  • Loading branch information
szptvlfn committed Jul 19, 2014
1 parent e1150f2 commit 045adc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/hs-syb/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2014/05/21 21:00:19 szptvlfn Exp $
# $NetBSD: Makefile,v 1.2 2014/07/19 13:12:02 szptvlfn Exp $

DISTNAME= syb-0.4.1
DISTNAME= syb-0.4.2
CATEGORIES= devel

MAINTAINER= pho@cielonegro.org
Expand Down
4 changes: 2 additions & 2 deletions devel/hs-syb/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/05/21 21:00:19 szptvlfn Exp $
# $NetBSD: buildlink3.mk,v 1.2 2014/07/19 13:12:02 szptvlfn Exp $

BUILDLINK_TREE+= hs-syb

.if !defined(HS_SYB_BUILDLINK3_MK)
HS_SYB_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-syb+= hs-syb>=0.4.1
BUILDLINK_API_DEPENDS.hs-syb+= hs-syb>=0.4.2
BUILDLINK_PKGSRCDIR.hs-syb?= ../../devel/hs-syb
.endif # HS_SYB_BUILDLINK3_MK

Expand Down
8 changes: 4 additions & 4 deletions devel/hs-syb/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/05/21 21:00:19 szptvlfn Exp $
$NetBSD: distinfo,v 1.2 2014/07/19 13:12:02 szptvlfn Exp $

SHA1 (syb-0.4.1.tar.gz) = 3bd53266e8ddb1c1c31edadb7e2bf905dbcadd39
RMD160 (syb-0.4.1.tar.gz) = 4ed2329f3c915adb91fb5b1f6b3735e219d1fdd6
Size (syb-0.4.1.tar.gz) = 38699 bytes
SHA1 (syb-0.4.2.tar.gz) = 62e0ca5d3f119be47f127f4748c03a6e118a6495
RMD160 (syb-0.4.2.tar.gz) = 97ab393c2a6f3373a604b2ae26993acbcb193681
Size (syb-0.4.2.tar.gz) = 38388 bytes

0 comments on commit 045adc6

Please sign in to comment.