| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cachix.Client.Config
Documentation
Constructors
| Config | |
Fields
| |
Instances
| Show Config Source # | |
| Generic Config Source # | |
| Interpret Config Source # | |
Defined in Cachix.Client.Config Methods autoWith :: InterpretOptions -> Type Config # | |
| Inject Config Source # | |
Defined in Cachix.Client.Config Methods | |
| type Rep Config Source # | |
Defined in Cachix.Client.Config type Rep Config = D1 (MetaData "Config" "Cachix.Client.Config" "cachix-0.1.1-Fzp3xcyWoMzL7BIvDvraSW" False) (C1 (MetaCons "Config" PrefixI True) (S1 (MetaSel (Just "authToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "binaryCaches") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [BinaryCacheConfig]))) | |
data BinaryCacheConfig Source #
Constructors
| BinaryCacheConfig | |
Instances
writeConfig :: Config -> IO () Source #