2022-02-26 04:57:43 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.12 2022/02/26 03:57:53 pho Exp $
|
2014-05-18 23:29:39 +02:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= hs-dlist
|
|
|
|
|
|
|
|
.if !defined(HS_DLIST_BUILDLINK3_MK)
|
|
|
|
HS_DLIST_BUILDLINK3_MK:=
|
|
|
|
|
Update to dlist-1.0
v1.0
Released on 2020-07-18, Nelson Mandela International Day.
Added
* intercalate for DList (#43, Jacob Leach)
* Traversable instance for DList (#45, Veronika Romashkina)
* Data.DList.Internal for the DList implementation, Data.DList.Unsafe
for exporting the DList constructor UnsafeDList and record label
unsafeApplyDList (#55, #59)
* Data.DList.DNonEmpty (#60)
* GitHub Action for uploading a release (#74)
* dlist-bench, a benchmark package (#71)
Changed
* stimes for DList defined with stimesMonoid (#46, Janek Spaderna)
* Type of tail: DList a -> DList a to DList a -> [a] (#69)
* GitHub Action for continuous integration testing to replace Travis-CI (#47, #50)
* GHC warning and error improvements (#72, #73)
* Improved documentation (#55, #70, #76, #77)
Removed
* list :: b -> (a -> DList a -> b) -> DList a -> b (#69)
v0.8.0.8
Released on 2020-04-02, World Autism Awareness Day.
Added
* toList in the Foldable instance for DList (#36, Ryan Scott)
Changed
* QuickCheck upper bound: 2.14 to 2.15 (a7ea60d)
Fixed
* Documented time complexity of head for DList (#35, Simon Jakobi)
2021-04-23 08:06:12 +02:00
|
|
|
BUILDLINK_API_DEPENDS.hs-dlist+= hs-dlist>=1.0
|
2022-02-26 04:57:43 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.hs-dlist+= hs-dlist>=1.0nb4
|
2018-01-07 14:03:53 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.hs-dlist?= ../../devel/hs-dlist
|
2014-05-18 23:29:39 +02:00
|
|
|
.endif # HS_DLIST_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -hs-dlist
|