mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
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:
parent
d4c7c51616
commit
cb795c8c75
@ -24,8 +24,12 @@ maintainer: spencerjanssen@gmail.com
|
|||||||
extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
|
extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
|
||||||
scripts/window-properties.sh
|
scripts/window-properties.sh
|
||||||
scripts/xinitrc scripts/xmonad-acpi.c
|
scripts/xinitrc scripts/xmonad-acpi.c
|
||||||
scripts/xmonad-clock.c tests/test_SwapWorkspaces.hs
|
scripts/xmonad-clock.c
|
||||||
tests/test_XPrompt.hs
|
tests/genMain.hs
|
||||||
|
tests/ManageDocks.hs
|
||||||
|
tests/Selective.hs
|
||||||
|
tests/SwapWorkspaces.hs
|
||||||
|
tests/XPrompt.hs
|
||||||
cabal-version: >= 1.2.1
|
cabal-version: >= 1.2.1
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user