mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
ec0c59e2de
* Support for packages with only tests Fixes #362 * Fix for ghcjs
9 lines
153 B
Plaintext
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
|