NOTICE: This package has been removed from pkgsrc

./wip/hs-network, Haskell Low-level networking interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.5.0.0, Package name: hs-network-2.5.0.0, Maintainer: pho

network: Networking-related facilities


Required to run:
[lang/ghc7] [textproc/hs-parsec]

Master sites:

SHA1: 4cdd80a99ce87e3eb3cf5b30ff50e4dc8ed2d9c6
RMD160: d004f0d99e66321c3231bfb85e7aebfb022b7998
Filesize: 138.445 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-21 23:04:42 by Ryosuke Moro | Files touched by this commit (97) | Package removed
Log message:
Remove hs-network, imported to pkgsrc/net.
Remove hs-random, hs-syb, imported to pkgsrc/devel.
Remove hs-x11, imported to pkgsrc/x11.
   2014-05-20 23:22:06 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 2.5.0.0
pkgsrc changes: static -> dynamic
Changes from https://github.com/haskell/network
2.5.0.0
 - Merge pull request #123 from shockkolate/master
   Network.Socket: Added CustomSockOpt data constructor for SocketOption
2.4.2.3
 - Bring latest GNU config in.
   2014-05-19 23:28:46 by Ryosuke Moro | Files touched by this commit (81)
Log message:
Remove hs-parsec, imported to pkgsrc/textproc.
Remove hs-data-default-instances-base, hs-data-default-instances-containers,
hs-data-default-instances-dlist, hs-data-default-instances-old-locale,
imported to pkgsrc/devel.
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-01-01 09:04:28 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 2.4.2.2

changes:
2.4.2.2
 - Revert "configure script should accept --with-gcc flag instead of \ 
--with-cc"
   This triggered an issue in cabal, which doesn't correctly escape the
   path passed to --with-gcc, causing network to fail to build on Windows
   where the path to gcc might contain a space (e.g. "Program Files").

   This reverts commit d708058.

( d708058.=> \ 
https://github.com/haskell/network/commit/d7080585aea47dbfbc6ab21317feb0833b812501 \ 
)
   2013-12-03 12:57:40 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 2.4.2.1

changes:
2.4.2.1
 - Merge pull request #116 from chrisdone/socket-status-docs
     Add documentation to socket statuses
 - Replace __GNUC__ with __GNUC__GNU_INLINE__ in HsNet to fix linking
   errors on OS X, as discussed in #100. Fixes #100
 - Remove the last traces of Typeable.h
     Reverts 7774c93, as we no longer include a Typeable.h, and removes
     some leftover references to base's Typeable.h (which we no longer use,
     and will disappear in GHC 7.10).
 - Merge branch 'android' of https://github.com/rwbarton/network
   * Detect IPPROTO_* via configure
     On Android these are not macros, but rather defined in an enum.
 ( #116 => https://github.com/haskell/network/pull/116 )
 ( #100 => https://github.com/haskell/network/pull/100 )
 ( 7774c93 => https://github.com/haskell/network/commit/7774c9300 ) 
   2013-10-09 13:16:20 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 2.4.2.0

changes:
2.4.2.0
 - Merge branch 'prototype' of https://github.com/tmishima/network
    * changed getPeerCred and add getPeerEid to support FreeBSD
 - Merge branch 'master' of https://github.com/neurocyte/network
    * Define SOCK_NONBLOCK if it is missing
      SOCK_NONBLOCK is not defined by Bionic libc in Android.
 - Merge branch 'master' of https://github.com/TimothyKlim/network
    * add ld options
      ability to set LDFLAGS for homebrew issue on Mac OS X
 - Fix sClose reexported as deprecated
 - Merge branch 'master' of https://github.com/hreinhardt/network
    * configure script should accept --with-gcc flag instead of --with-cc
 - Merge pull request #99 from kazu-yamamoto/stable
    * refactoring accept4.
 - Merge pull request #97 from noqqe/master
     Fix for Issue #96 (OpenBSD build error)
 - Merge pull request #101 from joeyadams/withCStringLen
    * Network.Socket: use withCStringLen instead of withCString in send and sendTo
      This fixes a bug where send and sendTo assume that `length xs` is the byte
      length of the string.  withCString(Len) produces a locale-dependent encoding,
      so this assumption may be untrue if, say, UTF-8 is used.
   2013-02-23 14:27:10 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to network-2.4.1.2