diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-07 13:50:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-07 13:50:34 +0000 |
commit | 36091517e6b1d87b8dacd5168fcc464ac75f65bd (patch) | |
tree | 4f1cb4d37de6523ea2f0322462d30b46551137b2 /utils/ghc-pwd/Setup.hs | |
parent | ed4beb8bc5e49d84e38b047c2dfc14eb22c74607 (diff) | |
download | haskell-36091517e6b1d87b8dacd5168fcc464ac75f65bd.tar.gz |
Rename pwd to ghc-pwd
Diffstat (limited to 'utils/ghc-pwd/Setup.hs')
-rw-r--r-- | utils/ghc-pwd/Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ghc-pwd/Setup.hs b/utils/ghc-pwd/Setup.hs new file mode 100644 index 0000000000..9a994af677 --- /dev/null +++ b/utils/ghc-pwd/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |