mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -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
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user