diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-22 00:36:33 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-22 00:36:33 +0100 |
commit | 899a31dbdbe3d49f80443e90fbc26f94fa1f72ba (patch) | |
tree | eb1bcb555eb79fc2d5974a4273fe906733658d41 | |
parent | 905edcbe535f0270cfae8e66e927a1e1ed49b89a (diff) | |
download | xmobar-899a31dbdbe3d49f80443e90fbc26f94fa1f72ba.tar.gz xmobar-899a31dbdbe3d49f80443e90fbc26f94fa1f72ba.tar.bz2 |
xmobar.cabal: incorrectly ordered entries
-rw-r--r-- | xmobar.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index ebc2236..09c0f54 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -16,6 +16,11 @@ maintainer: Jose A. Ortega Ruiz <jao@gnu.org> cabal-version: >= 1.6 build-type: Simple +data-files: samples/xmobar.config +extra-source-files: README, NEWS, + samples/Plugins/helloworld.config, + samples/Plugins/HelloWorld.hs + source-repository head type: git location: git://github.com/jaor/xmobar.git @@ -48,11 +53,6 @@ flag all_extensions description: Includes all optional extensions. default: False -data-files: samples/xmobar.config -extra-source-files: README, NEWS, - samples/Plugins/helloworld.config, - samples/Plugins/HelloWorld.hs - executable xmobar hs-source-dirs: src main-is: Main.hs |