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

- Update to 1.0.7

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 21:35:41 +00:00
parent 600ba9a686
commit 0a56f55375
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298177
3 changed files with 8 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= bsd-sysctl
PORTVERSION= 1.0.6
PORTREVISION= 3
PORTVERSION= 1.0.7
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org

View File

@ -1,2 +1,2 @@
SHA256 (cabal/bsd-sysctl-1.0.6.tar.gz) = 22a96060db6937bb5b0388c67bc6c41bd225e14531bb710bf9ffe261985064ca
SIZE (cabal/bsd-sysctl-1.0.6.tar.gz) = 6182
SHA256 (cabal/bsd-sysctl-1.0.7.tar.gz) = de8c9e2b6d0fa64f7e33885392a05b450e30da35d80de10f37c918ac8d2e1aa3
SIZE (cabal/bsd-sysctl-1.0.7.tar.gz) = 6183

View File

@ -1,4 +1,6 @@
This module provides efficient access to the BSD sysctl(3) interface
via the Haskell FFI.
This module provides efficient access to the BSD sysctl(3) interface via
the Haskell FFI. It allows to read and write both basic sysctl types, as
well as complex opaque types (typically C structures) described via Storable
instances.
WWW: http://hackage.haskell.org/package/bsd-sysctl
WWW: http://hackage.haskell.org/package/bsd-sysctl