packages feed

network-info 0.2.0.6 → 0.2.0.7

raw patch · 2 files changed

+5/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cbits/network-unix.c view
@@ -32,6 +32,10 @@ #   include <net/pfvar.h> #endif +#ifdef __DragonFly__+#   include <net/pf/pfvar.h>+#endif+ #include "network.h" #include "common.h" 
network-info.cabal view
@@ -1,5 +1,5 @@ name:           network-info-version:        0.2.0.6+version:        0.2.0.7 synopsis:       Access the local computer's basic network configuration  description:    This library provides simple read-only access to the