X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Data%2FURI.hs;fp=Data%2FURI.hs;h=11618bd5ad028a232e243f103d3bf78f372a3f80;hb=898b208c298d71a13869c46ed96518de23a5a30f;hp=0000000000000000000000000000000000000000;hpb=af68f614175a3e760bbf2f59c5cd20de412bbb0c;p=Lucu.git diff --git a/Data/URI.hs b/Data/URI.hs new file mode 100644 index 0000000..11618bd --- /dev/null +++ b/Data/URI.hs @@ -0,0 +1,7 @@ +-- |FIXME +module Data.URI + ( Scheme + , unsafeCreateScheme + ) + where +import Data.URI.Internal.Scheme