update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / utils / ghc-cabal / ghc-cabal.cabal
1 Name: ghc-cabal
2 Version: 0.1
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 Executable ghc-cabal
16     Main-Is: ghc-cabal.hs
17
18     Build-Depends: base       >= 3   && < 5,
19                    Cabal      >= 1.10 && < 1.12,
20                    directory  >= 1.1 && < 1.2,
21                    filepath   >= 1.2 && < 1.3
22