summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-17 02:03:26 +0100
committerjao <jao@gnu.org>2022-10-17 02:03:26 +0100
commitd17d7e2a653f9ae57a92134621fef0927b17a339 (patch)
treea869858e351f471c3b6c816bb9e06319b9573bd3
parent5e53644b437861460ee22d419ba6f4d55a8fd9a6 (diff)
downloadxmobar-d17d7e2a653f9ae57a92134621fef0927b17a339.tar.gz
xmobar-d17d7e2a653f9ae57a92134621fef0927b17a339.tar.bz2
documentation nit
-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