Teach runghc about --help; fixes trac #2757
[ghc-hetmet.git] / utils / runghc / runghc.cabal
index 17ed923..876e97d 100644 (file)
@@ -20,9 +20,10 @@ Executable runghc
     Main-Is: runghc.hs
 
     if flag(base3)
-        Build-Depends: base       >= 3   && < 4,
+        Build-Depends: base       >= 3   && < 5,
                        directory  >= 1   && < 1.1,
                        process    >= 1   && < 1.1
     else
         Build-Depends: base < 3
+    Build-Depends: filepath