use a Key in Distribution
This commit is contained in:
parent
d490bbb891
commit
03718330b7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue