ghcup-0.1.17.10: ghc toolchain installer
Safe HaskellNone
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)