From b3545783884e26889cbbaee992577e4b2d448fd0 Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Sun, 24 Oct 2010 18:33:18 +0800 Subject: [PATCH] Added platform compatibility to the Hackage description --- README.mkd | 2 +- network-info.cabal | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 04783aa..83adca7 100644 --- a/README.mkd +++ b/README.mkd @@ -9,7 +9,7 @@ addresses. Compatibility -------------- -network-info has been tested and is known to work on Ubuntu 10.04, Mac +network-info has been tested and is known to work on Ubuntu 10.10, Mac OS X 10.6.4 and Windows XP. It probably works on other flavours of Linux, OS X and Windows as well. I haven't tried to get it working on BSD yet, but it should be quite similar if not the same as the code for diff --git a/network-info.cabal b/network-info.cabal index 55647eb..d35b15d 100644 --- a/network-info.cabal +++ b/network-info.cabal @@ -5,6 +5,9 @@ description: This library provides simple read-only access to the local compu networking configuration. It is currently capable of getting a list of all the network interfaces and their respective IPv4, IPv6 and MAC addresses. + . + network-info has been tested and is known to work on Ubuntu 10.10, Mac + OS X 10.6.4 and Windows XP. homepage: http://github.com/jystic/network-info license: BSD3 license-file: LICENSE