diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 00:26:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 00:26:24 -0400 |
commit | 7e20de4138d2e09a309f04b7486bcde343d97536 (patch) | |
tree | f156f0584691adb9d789a160c92f9abb883b6052 /Types | |
parent | d1a411aad182c1fa1ed87b36eed554c0fe25c1cf (diff) |
use a Key in Distribution
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Distribution.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Types/Distribution.hs b/Types/Distribution.hs index 92558d6fa..4382dd072 100644 --- a/Types/Distribution.hs +++ b/Types/Distribution.hs @@ -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 |