From e1f8035023aea3abb5754703f09515f09f0f41ed Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Jun 2017 12:07:01 -0400 Subject: update debian stable suite --- doc/haskell_newbie.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] """]] -- cgit v1.2.3