use a Key in Distribution

This commit is contained in:
Joey Hess 2013-11-22 00:26:24 -04:00
parent d490bbb891
commit 03718330b7

View file

@ -7,11 +7,12 @@
module Types.Distribution where
import Types.Key
import Data.Time.Clock
data GitAnnexDistribution = GitAnnexDistribution
{ distributionUrl :: String
, distributionSha256 :: String
, distributionKey :: Key
, distributionVersion :: GitAnnexVersion
, distributionReleasedate :: UTCTime
, distributionUrgentUpgrade :: Maybe GitAnnexVersion