packages feed

hurl-1.5.0.0: src/Network/URI/Types.hs

module Network.URI.Types(Application(..)) where

import Network.URI

data Application = Application {
    name :: String,
    icon :: URI,
    description :: String,
    appId :: String -- internal
}