summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 17:28:22 -0400
committerJoey Hess2014-04-19 17:28:22 -0400
commit26dfec5de690d850405f3c80f1614548e02eb5f4 (patch)
tree2fc479fdc3699b76b2d77a57099843d8a89782a9 /doc
parent98fea9135ad61ef06e685e1852d5c78918fff0d7 (diff)
tweak
Diffstat (limited to 'doc')
-rw-r--r--doc/haskell_newbie.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn
index 21ea5dd3..5867ccfa 100644
--- a/doc/haskell_newbie.mdwn
+++ b/doc/haskell_newbie.mdwn
@@ -85,7 +85,7 @@ you read through it, it's remarkably precise about what and where the problem
is.
<pre>
-config-simple.hs:30:19:
+config.hs:30:19:
Couldn't match expected type `RevertableProperty'
with actual type `Property'
In the return type of a call of `Apt.installed'
@@ -100,7 +100,7 @@ Similarly, if you make a typo in the config file, you'll probably get a long
but informative error message.
<pre>
-config-simple.hs:27:19:
+config.hs:27:19:
Not in scope: `Apt.standardSourcesList'
Perhaps you meant one of these:
`Apt.stdSourcesList' (imported from Propellor.Property.Apt)