We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bbbfe commit ae72d08Copy full SHA for ae72d08
Network/Socket/Info.hsc
@@ -248,6 +248,8 @@ class GetAddrInfo t where
248
-- >>> addr <- NE.head <$> getAddrInfo (Just hints) (Just "127.0.0.1") (Just "http")
249
-- >>> addrAddress addr
250
-- 127.0.0.1:80
251
+ --
252
+ -- Polymorphic version: @since 3.2.3.0
253
getAddrInfo
254
:: Maybe AddrInfo -- ^ preferred socket type or protocol
255
-> Maybe HostName -- ^ host name to look up
network.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 1.18
2
name: network
3
-version: 3.2.2.0
+version: 3.2.3.0
4
license: BSD3
5
license-file: LICENSE
6
maintainer: Kazu Yamamoto, Tamar Christina
0 commit comments