summaryrefslogtreecommitdiff
path: root/Setup.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'Setup.lhs')
-rw-r--r--Setup.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Setup.lhs b/Setup.lhs
index 9b055c9..3bce97b 100644
--- a/Setup.lhs
+++ b/Setup.lhs
@@ -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