projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
missing include-dirs or library-dirs is only a warning now (#4104)
[ghc-hetmet.git]
/
utils
/
ghc-pwd
/
ghc-pwd.cabal
1
Name: ghc-pwd
2
Version: 0.1
3
Copyright: XXX
4
License: BSD
5
-- XXX License-File: LICENSE
6
-- XXX Author:
7
-- XXX Maintainer:
8
Synopsis: XXX
9
Description:
10
XXX
11
build-type: Simple
12
cabal-version: >=1.2
13
14
Flag base3
15
Description: Choose the new smaller, split-up base package.
16
17
Executable ghc-pwd
18
Main-Is: ghc-pwd.hs
19
if flag(base3)
20
Build-Depends: base >= 3 && < 5,
21
directory >= 1 && < 1.1
22
else
23
Build-Depends: base < 3
24