mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
add missing files to sdist
This commit is contained in:
parent
f837b830fc
commit
22d5e7eaa3
@ -17,11 +17,13 @@ license: BSD3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Spencer Janssen
|
author: Spencer Janssen
|
||||||
maintainer: xmonad@haskell.org
|
maintainer: xmonad@haskell.org
|
||||||
extra-source-files: README TODO CONFIG STYLE tests/loc.hs
|
extra-source-files: README TODO CONFIG STYLE
|
||||||
tests/Properties.hs tests/Properties/*.hs
|
tests/*.hs
|
||||||
tests/Properties/Layout*.hs
|
tests/Properties/*.hs
|
||||||
|
tests/Properties/Layout/*.hs
|
||||||
man/xmonad.1.markdown man/xmonad.1 man/xmonad.1.html
|
man/xmonad.1.markdown man/xmonad.1 man/xmonad.1.html
|
||||||
util/GenerateManpage.hs
|
util/GenerateManpage.hs
|
||||||
|
util/hpcReport.sh
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
bug-reports: http://code.google.com/p/xmonad/issues/list
|
bug-reports: http://code.google.com/p/xmonad/issues/list
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
@ -86,6 +88,7 @@ executable xmonad
|
|||||||
if impl(ghc >= 6.12.1)
|
if impl(ghc >= 6.12.1)
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind
|
ghc-options: -Wall -fno-warn-unused-do-bind
|
||||||
|
|
||||||
|
-- note util/hpcReport.sh
|
||||||
test-suite properties
|
test-suite properties
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
hs-source-dirs: tests
|
hs-source-dirs: tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user