We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inet_addr
preamble fails to build with network >= 3.0.0.0, which was the version which removed the deprecated inet_addr function:
preamble
network >= 3.0.0.0
preamble > /run/user/1000/stack-9cb33ad2357a5e3f/preamble-0.0.65/src/Preamble/Ctx.hs:49:17: error: preamble > Variable not in scope: inet_addr :: [Char] -> IO HostAddress preamble > | preamble > 49 | a <- liftIO $ inet_addr h preamble > | ^^^^^^^^^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
preamble
fails to build withnetwork >= 3.0.0.0
, which was the version which removed the deprecatedinet_addr
function:The text was updated successfully, but these errors were encountered: