diff options
author | jao <jao@gnu.org> | 2022-10-17 02:03:26 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-17 02:03:26 +0100 |
commit | d17d7e2a653f9ae57a92134621fef0927b17a339 (patch) | |
tree | a869858e351f471c3b6c816bb9e06319b9573bd3 /doc/using-haskell.org | |
parent | 5e53644b437861460ee22d419ba6f4d55a8fd9a6 (diff) | |
download | xmobar-d17d7e2a653f9ae57a92134621fef0927b17a339.tar.gz xmobar-d17d7e2a653f9ae57a92134621fef0927b17a339.tar.bz2 |
documentation nit
Diffstat (limited to 'doc/using-haskell.org')
-rw-r--r-- | doc/using-haskell.org | 2 |
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 |