summaryrefslogtreecommitdiffhomepage
path: root/doc/using-haskell.org
diff options
context:
space:
mode:
Diffstat (limited to 'doc/using-haskell.org')
-rw-r--r--doc/using-haskell.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using-haskell.org b/doc/using-haskell.org
index 4020557..6b01bc0 100644
--- a/doc/using-haskell.org
+++ b/doc/using-haskell.org
@@ -40,7 +40,7 @@
}
main :: IO ()
- main = xmobar config
+ main = xmobar config -- or: configFromArgs config >>= xmobar
#+end_src
You can then for instance run =ghc --make xmobar.hs= to create a new xmobar