pkgsrc/devel/hs-random/Makefile
szptvlfn 155e55ea9e Update to 1.1
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.
2014-10-21 21:27:51 +00:00

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"