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:
parent
bb93428ae0
commit
5fd990dbdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298223
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user