pkgsrc/devel/hs-code-page/Makefile
pho 00f19493c3 Import code-page-0.2
This library provides two modules:

* System.IO.CodePage: a cross-platform module that exports functions
  which adjust code pages on Windows, and do nothing on other
  operating systems.

* System.Win32.CodePage: On Windows, this exports functions for
  getting, setting, and analyzing code pages. On other operating
  systems, this module exports nothing.
2020-01-19 12:37:21 +00:00

11 lines
263 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 12:37:21 pho Exp $
DISTNAME= code-page-0.2
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Windows code page library for Haskell
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"