diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-25 11:23:46 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-25 11:23:46 -0400 |
| commit | 45c6957dc5214ced3a347fe9a7e717c46b1a06ca (patch) | |
| tree | b81473399da7bb7c83168b02c6cb99d313df2c88 /doc | |
| parent | 7964ed7caf49c2ad0a75490e7fd2dfb9ef7c3043 (diff) | |
update example
Diffstat (limited to 'doc')
| -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"] ] |
