Files
haskell.nix/test/test-only/Main.hs
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

3 lines
35 B
Haskell

module Main where
main = return ()