ghcup-0.1.22.0: ghc toolchain installer
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHCup.Download.Utils

Synopsis

Documentation

uriToQuadruple :: Monad m => URI -> Excepts '[UnsupportedScheme] m (Bool, ByteString, ByteString, Maybe Int) Source #

Extracts from a URI type: (https?, host, path+query, port)