diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-03 22:46:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-03 22:46:33 +0000 |
commit | eae65ca88fc09342e295874fb253f83775c61051 (patch) | |
tree | 1fcab9d470cde6065b8fc8601f7fb2b867efd32f /compat/Distribution/Simple/Program.hs | |
parent | 37cc35d23202c9846e68e4c0a279fa75273f6f1c (diff) | |
download | haskell-eae65ca88fc09342e295874fb253f83775c61051.tar.gz |
Remove Cabal modules from compat
We now get them from the bootstrapping package.conf instead
Diffstat (limited to 'compat/Distribution/Simple/Program.hs')
-rw-r--r-- | compat/Distribution/Simple/Program.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/Distribution/Simple/Program.hs b/compat/Distribution/Simple/Program.hs deleted file mode 100644 index 86d2e1ac89..0000000000 --- a/compat/Distribution/Simple/Program.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS -cpp #-} -#include "Cabal/Distribution/Simple/Program.hs" --- dummy comment |