cabal-cache-1.0.1.3: CI Assistant for Haskell projects

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.CabalCache.Concurrent.Type

Documentation

data DownloadQueue Source #

Instances
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.1.3-Eb2bQq9zsZtKYZYAQW4rzI" 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))))))