Support additional downloads in the package
This commit is contained in:
@ -22,6 +22,7 @@ import System.Process (CmdSpec(..))
|
||||
-- | Contains information how a package can be updated.
|
||||
data Package = Package
|
||||
{ latest :: Updater
|
||||
, downloaders :: [Updater]
|
||||
, category :: Text
|
||||
, name :: Text
|
||||
, reupload :: Maybe [CmdSpec]
|
||||
|
Reference in New Issue
Block a user