cf028af81d
* Remove instances for Data.Semigroup.Option, which is deprecated as of base-4.15.0.0. * Allow building with template-haskell-2.17.0.0 (GHC 9.0). * Fix a bug in which deriveAll1 would needlessly reject data types whose last type parameter appears as an oversaturated argument to a type family.
15 lines
537 B
Makefile
15 lines
537 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2021/04/23 07:07:30 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-generic-deriving
|
|
|
|
.if !defined(HS_GENERIC_DERIVING_BUILDLINK3_MK)
|
|
HS_GENERIC_DERIVING_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-generic-deriving+= hs-generic-deriving>=1.14
|
|
BUILDLINK_ABI_DEPENDS.hs-generic-deriving+= hs-generic-deriving>=1.14
|
|
BUILDLINK_PKGSRCDIR.hs-generic-deriving?= ../../devel/hs-generic-deriving
|
|
|
|
.include "../../devel/hs-th-abstraction/buildlink3.mk"
|
|
.endif # HS_GENERIC_DERIVING_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-generic-deriving
|