diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-28 16:01:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-28 16:01:19 -0400 |
| commit | b4877efea5375cb83951d6dd1d3dbf9d70208cf8 (patch) | |
| tree | b36d7b691cddf3e62eb6a1003d88bd8d7f48dab8 /doc | |
| parent | 6ec8bf6b20aa33b1f55879b41f75b1470504f74e (diff) | |
| parent | 960745b95e96e3d276e275554584c9bd13565f5b (diff) | |
Merge branch 'joeyconfig'
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 faef2f3e..ec42629c 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"] ] |
