add final newlines
[ghc-hetmet.git] / utils / runghc / runghc.cabal
1 Name: runghc
2 -- XXX version number:
3 Version: 0.67
4 Copyright: XXX
5 License: BSD3
6 -- XXX License-File: LICENSE
7 Author: XXX
8 Maintainer: XXX
9 Synopsis: XXX
10 Description:
11         XXX
12 Category: Development
13 build-type: Simple
14 cabal-version: >=1.2
15
16 Flag base3
17     Description: Choose the new smaller, split-up base package.
18
19 Executable runghc
20     Main-Is: runghc.hs
21
22     if flag(base3)
23         Build-Depends: base       >= 3   && < 5,
24                        directory  >= 1   && < 1.1,
25                        process    >= 1   && < 1.1
26     else
27         Build-Depends: base < 3
28     Build-Depends: filepath
29