packages feed

network-fancy 0.1.5 → 0.1.5.1

raw patch · 2 files changed

+6/−2 lines, 2 filesnew-uploaderPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Fancy.hsc view
@@ -55,6 +55,10 @@ #define AI_NUMERICSERV 0 #endif +#ifdef FREEBSD+#include <netinet6/in6.h>+#endif /* FREEBSD */+ #else /* WINDOWS */  #include <winsock2.h>
network-fancy.cabal view
@@ -1,5 +1,5 @@ Name:                network-fancy-Version:             0.1.5+Version:             0.1.5.1 Synopsis:            Networking support with a cleaner API Description:         Networking support with a cleaner API License:             BSD3@@ -20,7 +20,7 @@     Exposed-modules:     Network.Fancy     C-Sources:           cbits.c     GHC-Options:         -Wall-    Extensions:          TypeSynonymInstances, ForeignFunctionInterface, CPP, DeriveDataTypeable+    Extensions:          TypeSynonymInstances, ForeignFunctionInterface, CPP, DeriveDataTypeable, FlexibleInstances     if os(windows) {       CPP-Options:       -DWINDOWS=WINDOWS -DCALLCONV=stdcall -DSAFE_ON_WIN=safe       CC-Options:        -DWINDOWS=WINDOWS -DCALLCONV=stdcall -DSAFE_ON_WIN=safe