Bump dependencies
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.cabal
1 Name: ghc-pkg
2 -- XXX Version number
3 Version: 6.9
4 Copyright: XXX
5 License: BSD3
6 -- XXX License-File: LICENSE
7 Author: XXX
8 Maintainer: cvs-fptools@haskell.org
9 Synopsis: XXX
10 Description:
11         XXX
12 Category: Development
13 build-type: Simple
14 cabal-version: >=1.2
15
16 Executable ghc-pkg
17     Main-Is: Main.hs
18     Other-Modules: Version
19     Extensions: CPP, ForeignFunctionInterface
20
21     Build-Depends: base       >= 4   && < 5,
22                    directory  >= 1   && < 1.2,
23                    process    >= 1   && < 1.1,
24                    haskell98,
25                    filepath,
26                    Cabal,
27                    binary,
28                    bin-package-db,
29                    bytestring
30     if !os(windows)
31         Build-Depends: unix,
32                        terminfo
33     if os(windows)
34         c-sources: CRT_noglob.c