debian-3.81.3: Modules for working with the Debian package system

Safe HaskellNone

Debian.URI

Synopsis

Documentation

data URI' Source

A wrapper around a String containing a known parsable URI. Not absolutely safe, because you could say read URI' "bogus string" :: URI'. But enough to save me from myself.

Instances

toURI' :: URI -> URI'Source

Using the bogus Show instance of URI here. If it ever gets fixed this will stop working. Worth noting that show will obscure any password info embedded in the URI, so that's nice.