Add --version to runghc. Trac #2757.
[ghc-hetmet.git] / utils / runghc / runghc.cabal
diff --git a/utils/runghc/runghc.cabal b/utils/runghc/runghc.cabal
deleted file mode 100644 (file)
index 876e97d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-Name: runghc
--- XXX version number:
-Version: 0.67
-Copyright: XXX
-License: BSD3
--- XXX License-File: LICENSE
-Author: XXX
-Maintainer: XXX
-Synopsis: XXX
-Description:
-       XXX
-Category: Development
-build-type: Simple
-cabal-version: >=1.2
-
-Flag base3
-    Description: Choose the new smaller, split-up base package.
-
-Executable runghc
-    Main-Is: runghc.hs
-
-    if flag(base3)
-        Build-Depends: base       >= 3   && < 5,
-                       directory  >= 1   && < 1.1,
-                       process    >= 1   && < 1.1
-    else
-        Build-Depends: base < 3
-    Build-Depends: filepath
-