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