Files
haskell.nix/test/test-only/test-only.cabal
Hamish Mackenzie ec0c59e2de Support for packages with only tests (#1732)
* Support for packages with only tests

Fixes #362

* Fix for ghcjs
2022-10-03 15:39:47 +13:00

9 lines
153 B
Plaintext

cabal-version: 1.24
name: test-only
version: 1
build-type: Simple
test-suite my-test
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends: base