diff options
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 6a3af340..24839b12 100644 --- a/doc/haskell_newbie.mdwn +++ b/doc/haskell_newbie.mdwn @@ -44,7 +44,7 @@ hosts = & os (System (Debian Unstable) "amd64") & Apt.stdSourcesList , host "server.example.com" - & os (System (Debian Stable) "amd64") + & os (System (Debian (Stable "jessie")) "amd64") & Apt.stdSourcesList & Apt.installed ["ssh"] ] |
