# $FreeBSD: head/devel/hs-scientific/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	scientific
PORTVERSION=	0.3.5.1
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Numbers represented using scientific notation

LICENSE=	BSD3CLAUSE

USE_CABAL=	hashable>=1.1.2 text>=0.8 integer-logarithms vector

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
