Explicitly list test files in .cabal

In the future, require Cabal >= 1.6 to be able to just write tests/*.hs
This commit is contained in:
Adam Vogt 2011-11-18 23:25:11 +00:00
parent d4c7c51616
commit cb795c8c75

View File

@ -24,8 +24,12 @@ maintainer: spencerjanssen@gmail.com
extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
scripts/window-properties.sh
scripts/xinitrc scripts/xmonad-acpi.c
scripts/xmonad-clock.c tests/test_SwapWorkspaces.hs
tests/test_XPrompt.hs
scripts/xmonad-clock.c
tests/genMain.hs
tests/ManageDocks.hs
tests/Selective.hs
tests/SwapWorkspaces.hs
tests/XPrompt.hs
cabal-version: >= 1.2.1
build-type: Simple