~alcinnz/hurl

ref: 915d7f98cdf72cb08513f69e8e58b70aab058f84 hurl/src/Network/URI/Types.hs -rw-r--r-- 200 bytes
915d7f98 — Adrian Cochrane Expose APIs to open downloads with other apps. 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
module Network.URI.Types(Application(..)) where

import Network.URI

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