diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-21 12:19:30 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-21 12:19:30 +0100 |
commit | 905edcbe535f0270cfae8e66e927a1e1ed49b89a (patch) | |
tree | cd31ee34d4967d8cafaf5b0ca05f2d50fbd2ccc5 /xmobar.cabal | |
parent | 35ff8860c6018bc613af96247cba84c6abb3e517 (diff) | |
download | xmobar-905edcbe535f0270cfae8e66e927a1e1ed49b89a.tar.gz xmobar-905edcbe535f0270cfae8e66e927a1e1ed49b89a.tar.bz2 |
Samples moved to samples/
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index da7d9e5..ebc2236 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -11,14 +11,11 @@ description: Xmobar is a minimalistic text based status bar. category: System license: BSD3 license-file: LICENSE -extra-source-files: README, NEWS author: Andrea Rossato maintainer: Jose A. Ortega Ruiz <jao@gnu.org> cabal-version: >= 1.6 build-type: Simple -data-files: xmobar.config-sample - source-repository head type: git location: git://github.com/jaor/xmobar.git @@ -51,6 +48,11 @@ 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 |