summaryrefslogtreecommitdiff
path: root/utils/runghc/runghc.cabal.in
blob: 3bab879c916ae525e7bf036211aff5c2d7ba36eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Name: runghc
Version: @ProjectVersion@
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.2,
                       process    >= 1   && < 1.2
    else
        Build-Depends: base < 3
    Build-Depends: filepath