summaryrefslogtreecommitdiff
path: root/utils/ghc-pwd/ghc-pwd.cabal
blob: 173b3cc1eede11c6ae0855e3791fcc11320ab060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name: ghc-pwd
Version: 0.1
Copyright: XXX
License: BSD
-- XXX License-File: LICENSE
-- XXX Author:
-- XXX Maintainer:
Synopsis: XXX
Description:
	XXX
build-type: Simple
cabal-version: >=1.2

Flag base3
  Description: Choose the new smaller, split-up base package.

Executable ghc-pwd
    Main-Is: ghc-pwd.hs
    if flag(base3)
        Build-Depends: base       >= 3   && < 5,
                       directory  >= 1   && < 1.1
    else
        Build-Depends: base < 3