packages feed

network-fancy 0.1.2 → 0.1.3

raw patch · 2 files changed

+5/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Fancy.hsc view
@@ -50,6 +50,10 @@ #define AF_LOCAL AF_UNIX #endif +#ifndef  AI_NUMERICSERV+#define AI_NUMERICSERV 0+#endif+ #else /* WINDOWS */  #include <winsock2.h>
network-fancy.cabal view
@@ -1,5 +1,5 @@ Name:                network-fancy-Version:             0.1.2+Version:             0.1.3 Synopsis:            Networking support with a cleaner API Description:         Networking support with a cleaner API License:             BSD3