summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal/ghc-cabal.cabal
blob: cd8d550c2e2247eb4a684bd27140decaa50e7034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Name: ghc-cabal
Version: 0.1
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

Executable ghc-cabal
    Main-Is: ghc-cabal.hs

    Build-Depends: base       >= 3   && < 5,
                   Cabal      >= 1.10 && < 1.12,
                   directory  >= 1.1 && < 1.2,
                   filepath   >= 1.2 && < 1.3