diff options
author | jao <jao@gnu.org> | 2018-12-08 03:15:55 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-08 03:15:55 +0000 |
commit | 108200581a0d3b898254bf278f959178587bd856 (patch) | |
tree | 3d5f3fc1bffda46b5ddb5b4201f1feada2c65c13 /examples | |
parent | 52f1a0b5b40f8d44fa658e33d5b535c32463fadf (diff) | |
download | xmobar-108200581a0d3b898254bf278f959178587bd856.tar.gz xmobar-108200581a0d3b898254bf278f959178587bd856.tar.bz2 |
Compiling only .[l]hs[c] files
Should take care of issue #371
Diffstat (limited to 'examples')
-rw-r--r-- | examples/xmobar.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/xmobar.hs b/examples/xmobar.hs index 1325ae7..05c77ca 100644 --- a/examples/xmobar.hs +++ b/examples/xmobar.hs @@ -16,7 +16,6 @@ -- and xmobar will compile and launch it for you and ------------------------------------------------------------------------------ - import Xmobar -- Example user-defined plugin |