diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-06-18 19:29:15 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-06-18 19:29:15 -0400 |
| commit | da0b27d54c8834f2db11fedc56098afbd8f89070 (patch) | |
| tree | 4bedb3519a247dc37c0362cb0daa5f49531e94e8 /src/Propellor/Info.hs | |
| parent | 199c06732517b8a68afcf7d04ffddcc7dacbff31 (diff) | |
| parent | e7d75eda127edfb7f85e157224f259f77b5c2647 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Info.hs')
| -rw-r--r-- | src/Propellor/Info.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Info.hs b/src/Propellor/Info.hs index 49ca689f..ed6c2d85 100644 --- a/src/Propellor/Info.hs +++ b/src/Propellor/Info.hs @@ -84,13 +84,13 @@ askInfo = asks (fromInfo . hostInfo) -- It also lets the type checker know that all the properties of the -- host must support Debian. -- --- > & osDebian (Stable "jessie") X86_64 +-- > & osDebian (Stable "stretch") X86_64 osDebian :: DebianSuite -> Architecture -> Property (HasInfo + Debian) osDebian = osDebian' Linux -- Use to specify a different `DebianKernel` than the default `Linux` -- --- > & osDebian' KFreeBSD (Stable "jessie") X86_64 +-- > & osDebian' KFreeBSD (Stable "stretch") X86_64 osDebian' :: DebianKernel -> DebianSuite -> Architecture -> Property (HasInfo + Debian) osDebian' kernel suite arch = tightenTargets $ os (System (Debian kernel suite) arch) |
