network 2.3.0.13 → 2.3.0.14
raw patch · 5 files changed
+17/−17 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Network/Socket/Internal.hsc +3/−3
- configure +9/−9
- configure.ac +1/−1
- include/HsNetworkConfig.h +2/−2
- network.cabal +2/−2
Network/Socket/Internal.hsc view
@@ -250,7 +250,7 @@ pokeSockAddr :: Ptr a -> SockAddr -> IO () #if defined(DOMAIN_SOCKET_SUPPORT) pokeSockAddr p (SockAddrUnix path) = do-#if defined(darwin_TARGET_OS)+#if defined(darwin_HOST_OS) zeroMemory p (#const sizeof(struct sockaddr_un)) #endif #if defined(HAVE_STRUCT_SOCKADDR_SA_LEN)@@ -262,7 +262,7 @@ poker ((#ptr struct sockaddr_un, sun_path) p) pathC #endif pokeSockAddr p (SockAddrInet (PortNum port) addr) = do-#if defined(darwin_TARGET_OS)+#if defined(darwin_HOST_OS) zeroMemory p (#const sizeof(struct sockaddr_in)) #endif #if defined(HAVE_STRUCT_SOCKADDR_SA_LEN)@@ -273,7 +273,7 @@ (#poke struct sockaddr_in, sin_addr) p addr #if defined(IPV6_SOCKET_SUPPORT) pokeSockAddr p (SockAddrInet6 (PortNum port) flow addr scope) = do-#if defined(darwin_TARGET_OS)+#if defined(darwin_HOST_OS) zeroMemory p (#const sizeof(struct sockaddr_in6)) #endif #if defined(HAVE_STRUCT_SOCKADDR_SA_LEN)
configure view
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles.-# Generated by GNU Autoconf 2.61 for Haskell network package 2.3.0.11.+# Generated by GNU Autoconf 2.61 for Haskell network package 2.3.0.14. # # Report bugs to <libraries@haskell.org>. #@@ -574,8 +574,8 @@ # Identity of this package. PACKAGE_NAME='Haskell network package' PACKAGE_TARNAME='network'-PACKAGE_VERSION='2.3.0.11'-PACKAGE_STRING='Haskell network package 2.3.0.11'+PACKAGE_VERSION='2.3.0.14'+PACKAGE_STRING='Haskell network package 2.3.0.14' PACKAGE_BUGREPORT='libraries@haskell.org' ac_unique_file="include/HsNet.h"@@ -1188,7 +1188,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF-\`configure' configures Haskell network package 2.3.0.11 to adapt to many kinds of systems.+\`configure' configures Haskell network package 2.3.0.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1253,7 +1253,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in- short | recursive ) echo "Configuration of Haskell network package 2.3.0.11:";;+ short | recursive ) echo "Configuration of Haskell network package 2.3.0.14:";; esac cat <<\_ACEOF @@ -1336,7 +1336,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF-Haskell network package configure 2.3.0.11+Haskell network package configure 2.3.0.14 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,@@ -1350,7 +1350,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Haskell network package $as_me 2.3.0.11, which was+It was created by Haskell network package $as_me 2.3.0.14, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@@@ -5589,7 +5589,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log="-This file was extended by Haskell network package $as_me 2.3.0.11, which was+This file was extended by Haskell network package $as_me 2.3.0.14, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES@@ -5638,7 +5638,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\-Haskell network package config.status 2.3.0.11+Haskell network package config.status 2.3.0.14 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
configure.ac view
@@ -1,4 +1,4 @@-AC_INIT([Haskell network package], [2.3.0.11], [libraries@haskell.org], [network])+AC_INIT([Haskell network package], [2.3.0.14], [libraries@haskell.org], [network]) ac_includes_default="$ac_includes_default #ifdef HAVE_NETDB_H
include/HsNetworkConfig.h view
@@ -133,13 +133,13 @@ #define PACKAGE_NAME "Haskell network package" /* Define to the full name and version of this package. */-#define PACKAGE_STRING "Haskell network package 2.3.0.11"+#define PACKAGE_STRING "Haskell network package 2.3.0.14" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "network" /* Define to the version of this package. */-#define PACKAGE_VERSION "2.3.0.11"+#define PACKAGE_VERSION "2.3.0.14" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1
network.cabal view
@@ -1,5 +1,5 @@ name: network-version: 2.3.0.13+version: 2.3.0.14 license: BSD3 license-file: LICENSE maintainer: Johan Tibell <johan.tibell@gmail.com>@@ -19,7 +19,7 @@ cbits/ancilData.c cbits/asyncAccept.c cbits/initWinSock.c cbits/winSockErr.c homepage: http://github.com/haskell/network-bug-reports: http://trac.haskell.org/network/+bug-reports: https://github.com/haskell/network/issues library exposed-modules: