packages feed

hurl-2.1.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
} deriving (Show)