1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to 0.3.0.1

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 22:02:00 +00:00
parent bb93428ae0
commit 5fd990dbdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298223
3 changed files with 8 additions and 9 deletions

View File

@ -6,12 +6,11 @@
#
PORTNAME= unix-compat
PORTVERSION= 0.2.2.1
PORTREVISION= 1
PORTVERSION= 0.3.0.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Portable POSIX-compatibility layer for Haskell
COMMENT= Portable POSIX-compatibility layer
LICENSE= BSD

View File

@ -1,2 +1,2 @@
SHA256 (cabal/unix-compat-0.2.2.1.tar.gz) = 11ffa76d633ff3b77792dd53614623dd61e2464e1887267265b355d9ab792d01
SIZE (cabal/unix-compat-0.2.2.1.tar.gz) = 10116
SHA256 (cabal/unix-compat-0.3.0.1.tar.gz) = 84096dc156ebc99c3201ef6f5589ae0e5e92aefa25b081e295840672608cc227
SIZE (cabal/unix-compat-0.3.0.1.tar.gz) = 12614

View File

@ -1,5 +1,5 @@
This Haskell package provides portable implementations of parts of the
unix package. This package re-exports the unix package when available.
When it is not available, portable implementations are used.
This package provides portable implementations of parts of the unix package.
This package re-exports the unix package when available. When it isn't
available, portable implementations are used.
WWW: http://hackage.haskell.org/package/unix-compat
WWW: http://github.com/jystic/unix-compat