diff options
Diffstat (limited to 'Setup.lhs')
-rw-r--r-- | Setup.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #! /usr/bin/env runhaskell | 1 | #! /usr/bin/env runhaskell |
2 | 2 | ||
3 | > import Distribution.Simple | 3 | > import Distribution.Simple |
4 | > import System(system) | 4 | > import System.Process(system) |
5 | 5 | ||
6 | > main = defaultMainWithHooks autoconfUserHooks {runTests = t} | 6 | > main = defaultMainWithHooks autoconfUserHooks {runTests = t} |
7 | 7 | ||