155e55ea9e
from CHANGELOG & https://github.com/haskell/random # 1.1 * support for base < 4.6 (which doesnt provide strict atomicModifyIORef') and integrating Travis CI support. https://github.com/haskell/random/pull/12 * fix C type in test suite https://github.com/haskell/random/pull/9 - Fix compilation with GHC HEAD.
11 lines
249 B
Makefile
11 lines
249 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/10/21 21:27:51 szptvlfn Exp $
|
|
|
|
DISTNAME= random-1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Random number library
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|