pkgsrc/devel/hs-base-orphans/Makefile
wiz 7346ac4eee hs-base-orphans: update to 0.8.7.
## Changes in 0.8.7 [2022.08.11]
 - Backport new instances from GHC 9.2.2/`base-4.16.1.0`:
   * `Ix` instances for various integral types in `Foreign.C.Types`,
     `Foreign.Ptr`, and `System.Posix.Types`. For a complete list of such types,
     see https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7385.
 - Backport a bugfix for the `Ord1 Down` instance from GHC 9.4/`base-4.17` such
   that it now uses reverse sort order.
2022-08-18 18:28:30 +00:00

11 lines
268 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/08/18 18:28:30 wiz Exp $
DISTNAME= base-orphans-0.8.7
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Backwards-compatible orphan instances for base
LICENSE= mit
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"