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