summaryrefslogtreecommitdiff
path: root/doc/haskell_newbie.mdwn
diff options
context:
space:
mode:
authorJoey Hess2017-06-28 12:07:01 -0400
committerJoey Hess2017-06-28 12:07:01 -0400
commite1f8035023aea3abb5754703f09515f09f0f41ed (patch)
tree6050153b8c618aaa07c90ac385544ba6e90e1e65 /doc/haskell_newbie.mdwn
parenta826a11d8617c7bea22cc0d8f28f72fcd5edc33d (diff)
update debian stable suite
Diffstat (limited to 'doc/haskell_newbie.mdwn')
-rw-r--r--doc/haskell_newbie.mdwn2
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"]
"""]]