diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2014-05-03 06:47:40 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2014-05-03 06:47:40 +0200 |
commit | 3876763703127b0e4b373eeb747f45e04cb88a33 (patch) | |
tree | b9b8e041b0fed9601031f62239b8297b3965ba59 | |
parent | 9e48cf1842cb246ddeabbb40dbf90eb242d53678 (diff) | |
download | xmonad-3876763703127b0e4b373eeb747f45e04cb88a33.tar.gz xmonad-3876763703127b0e4b373eeb747f45e04cb88a33.tar.xz xmonad-3876763703127b0e4b373eeb747f45e04cb88a33.zip |
add missing files to sdist
Ignore-this: 13ea36cecf0aedef922e236ec5b5adf7
darcs-hash:20140503044740-1499c-021b25ba7fb0e460e9c0f1414fad5afdf3e7f2d9.gz
-rw-r--r-- | xmonad.cabal | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index 0098a56..0080ea8 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -17,11 +17,13 @@ license: BSD3 license-file: LICENSE author: Spencer Janssen maintainer: xmonad@haskell.org -extra-source-files: README TODO CONFIG STYLE tests/loc.hs - tests/Properties.hs tests/Properties/*.hs - tests/Properties/Layout*.hs +extra-source-files: README TODO CONFIG STYLE + tests/*.hs + tests/Properties/*.hs + tests/Properties/Layout/*.hs man/xmonad.1.markdown man/xmonad.1 man/xmonad.1.html util/GenerateManpage.hs + util/hpcReport.sh cabal-version: >= 1.8 bug-reports: http://code.google.com/p/xmonad/issues/list build-type: Simple @@ -86,6 +88,7 @@ executable xmonad if impl(ghc >= 6.12.1) ghc-options: -Wall -fno-warn-unused-do-bind +-- note util/hpcReport.sh test-suite properties type: exitcode-stdio-1.0 hs-source-dirs: tests |