diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-06-28 12:07:01 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-06-28 12:07:01 -0400 |
| commit | e1f8035023aea3abb5754703f09515f09f0f41ed (patch) | |
| tree | 6050153b8c618aaa07c90ac385544ba6e90e1e65 /doc/haskell_newbie.mdwn | |
| parent | a826a11d8617c7bea22cc0d8f28f72fcd5edc33d (diff) | |
update debian stable suite
Diffstat (limited to 'doc/haskell_newbie.mdwn')
| -rw-r--r-- | doc/haskell_newbie.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index dc3c54a7..8f3b60cf 100644 --- a/doc/haskell_newbie.mdwn +++ b/doc/haskell_newbie.mdwn @@ -53,7 +53,7 @@ mylaptop = host "mylaptop.example.com" $ props myserver :: Host myserver = host "server.example.com" $ props - & osDebian (Stable "jessie") X86_64 + & osDebian (Stable "stretch") X86_64 & Apt.stdSourcesList & Apt.installed ["ssh"] """]] |
