Skip to content

Commit

Permalink
adding @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Sep 6, 2024
1 parent 34bbbfe commit ae72d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Network/Socket/Info.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ class GetAddrInfo t where
-- >>> addr <- NE.head <$> getAddrInfo (Just hints) (Just "127.0.0.1") (Just "http")
-- >>> addrAddress addr
-- 127.0.0.1:80
--
-- Polymorphic version: @since 3.2.3.0
getAddrInfo
:: Maybe AddrInfo -- ^ preferred socket type or protocol
-> Maybe HostName -- ^ host name to look up
Expand Down
2 changes: 1 addition & 1 deletion network.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: network
version: 3.2.2.0
version: 3.2.3.0
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Tamar Christina
Expand Down

0 comments on commit ae72d08

Please sign in to comment.