A Haskell 98 logically uninhabited data type. Used to indicate that a

given term should not exist.

WWW:	http://github.com/ekmett/void

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-14 11:19:17 +00:00
parent 8fe8aff5f7
commit 0f2ca91627
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279686
5 changed files with 28 additions and 0 deletions

View file

@ -657,6 +657,7 @@
SUBDIR += hs-uulib
SUBDIR += hs-vector
SUBDIR += hs-vector-algorithms
SUBDIR += hs-void
SUBDIR += htable
SUBDIR += hyena
SUBDIR += hypersrc

20
devel/hs-void/Makefile Normal file
View file

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-void
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= void
PORTVERSION= 0.5.4.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell 98 logically uninhabited data type
LICENSE= BSD
USE_CABAL= semigroups>=0.7.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

2
devel/hs-void/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (cabal/void-0.5.4.3.tar.gz) = b0d37aee2900fc9e17c50f3925f1248e66a4db8682a890874ed66d14569ff314
SIZE (cabal/void-0.5.4.3.tar.gz) = 2055

4
devel/hs-void/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
A Haskell 98 logically uninhabited data type. Used to indicate that a
given term should not exist.
WWW: http://github.com/ekmett/void

View file

@ -187,6 +187,7 @@ uulib_port= devel/hs-uulib
vector_port= devel/hs-vector
vector-algorithms_port= devel/hs-vector-algorithms
vector-space_port= math/hs-vector-space
void_port= devel/hs-void
vte_port= x11-toolkits/hs-vte
wai_port= www/hs-wai
warp_port= www/hs-warp