Skip to content

Commit ae72d08

Browse files
committed
adding @SInCE
1 parent 34bbbfe commit ae72d08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Network/Socket/Info.hsc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ class GetAddrInfo t where
248248
-- >>> addr <- NE.head <$> getAddrInfo (Just hints) (Just "127.0.0.1") (Just "http")
249249
-- >>> addrAddress addr
250250
-- 127.0.0.1:80
251+
--
252+
-- Polymorphic version: @since 3.2.3.0
251253
getAddrInfo
252254
:: Maybe AddrInfo -- ^ preferred socket type or protocol
253255
-> Maybe HostName -- ^ host name to look up

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.2.2.0
3+
version: 3.2.3.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Tamar Christina

0 commit comments

Comments
 (0)