cabal-cache-1.0.3.0: CI Assistant for Haskell projects
Safe HaskellNone
LanguageHaskell2010

HaskellWorks.CabalCache.Concurrent.Type

Documentation

data DownloadQueue Source #

Instances

Instances details
Generic DownloadQueue Source # 
Instance details

Defined in HaskellWorks.CabalCache.Concurrent.Type

Associated Types

type Rep DownloadQueue :: Type -> Type #

type Rep DownloadQueue Source # 
Instance details

Defined in HaskellWorks.CabalCache.Concurrent.Type

type Rep DownloadQueue = D1 ('MetaData "DownloadQueue" "HaskellWorks.CabalCache.Concurrent.Type" "cabal-cache-1.0.3.0-46hHjBKuvU39eb3wI4CCAB" 'False) (C1 ('MetaCons "DownloadQueue" 'PrefixI 'True) (S1 ('MetaSel ('Just "tDependencies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TVar (Relation ConsumerId ProviderId))) :*: (S1 ('MetaSel ('Just "tUploading") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TVar (Set PackageId))) :*: S1 ('MetaSel ('Just "tFailures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TVar (Set PackageId))))))