[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-vault

File: [cvs.NetBSD.org] / pkgsrc / devel / hs-vault / Makefile (download)

Revision 1.11, Thu Jan 2 09:31:47 2020 UTC (4 years, 2 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.10: +3 -3 lines

Update to vault-0.3.1.3

0.3.1.3
    Bump dependencies to allow hashable-1.3.
    Compatibility with GHC-8.8
        Bump dependencies to allow base >= 4.5 && < 4.14

0.3.1.2
    Bump dependencies to allow containers-0.6.
    Compatibility with GHC-8.6
        Bump dependencies to allow base >= 4.5 && < 4.13.

0.3.1.1
    Rename source files to allow building the package with Bazel.

0.3.1.0
    Compatibility with GHC-8.4:
        Bump dependencies to allow base >= 4.5 && < 4.12.
        Add Semigroup instances.

0.3.0.7
    Bump dependencies to allow base >= 4.5 && < 4.11.

0.3.0.6
    Bump dependencies to allow base >= 4.5 && < 4.10.

0.3.0.5
    Add support for GHC type roles extension, using the RoleAnnotations language pragma.

0.3.0.4
    Bump upper version bound for the base dependency.

# $NetBSD: Makefile,v 1.11 2020/01/02 09:31:47 pho Exp $

DISTNAME=	vault-0.3.1.3
CATEGORIES=	devel

MAINTAINER=	szptvlfn@NetBSD.org
COMMENT=	Persistent store for values of arbitrary types
LICENSE=	modified-bsd

.include "../../mk/haskell.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
.include "../../devel/hs-unordered-containers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"