projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix a warning in DEBUG code
[ghc-hetmet.git]
/
utils
/
ghc-pwd
/
ghc-pwd.cabal
1
Name: ghc-pwd
2
Version: 0.1
3
Copyright: XXX
4
License: BSD3
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
Executable ghc-pwd
15
Main-Is: ghc-pwd.hs
16
Build-Depends: base >= 3 && < 5,
17
directory >= 1 && < 1.2
18