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

Executable ghc-cabal
    Default-Language: Haskell2010
    Main-Is: ghc-cabal.hs

    Build-Depends: base       >= 3   && < 5,
                   bytestring >= 0.10 && < 0.11,
                   Cabal      >= 1.22 && < 1.24,
                   directory  >= 1.1 && < 1.3,
                   filepath   >= 1.2 && < 1.5