Copyright | (c) Julian Ospald 2024 |
---|---|
License | LGPL-3.0 |
Maintainer | hasufell@hasufell.de |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module contains GHCup helpers specific to URI handling.
Documentation
parseURI :: ByteString -> Either URIParseError (URIRef Absolute) Source #