Fix SPARC build, missing #include
[ghc-hetmet.git] / utils / installPackage / installPackage.cabal
1 Name: installPackage
2 -- XXX
3 Version: 1.0
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: XXX
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 installPackage
20     Main-Is: installPackage.hs
21     Build-Depends: base, Cabal
22 --  if flag(base3)
23 --      Build-Depends: base       >= 3   && < 4,
24 --                     directory  >= 1   && < 1.1,
25 --                     process    >= 1   && < 1.1
26 --  else
27 --      Build-Depends: base < 3
28