]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http/Symantic/HTTP/URI.hs
Split into multiple packages with their own dependencies
[haskell/symantic-http.git] / symantic-http / Symantic / HTTP / URI.hs
1 {-# OPTIONS_GHC -fno-warn-orphans #-}
2 module Symantic.HTTP.URI
3 ( URI(..)
4 , URIAuth(..)
5 , parseURI
6 ) where
7 import Network.URI