diff options
author | Ian Lynagh <igloo@earth.li> | 2008-05-14 12:51:52 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-05-14 12:51:52 +0000 |
commit | 70f16d3fb8f21fbd198151d59c4ab29023dd9fda (patch) | |
tree | 3b0b3c3fc9e6b9800c2e9599c10ae1d973c60b88 /compat | |
parent | baca788631cfc07ca46ebffc538ff49e51a800b0 (diff) | |
download | haskell-70f16d3fb8f21fbd198151d59c4ab29023dd9fda.tar.gz |
Remove Distribution.Compat.Char from compat again
Cabal now does this differently.
Diffstat (limited to 'compat')
-rw-r--r-- | compat/Distribution/Compat/Char.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/Distribution/Compat/Char.hs b/compat/Distribution/Compat/Char.hs deleted file mode 100644 index 359e3e8ec3..0000000000 --- a/compat/Distribution/Compat/Char.hs +++ /dev/null @@ -1,3 +0,0 @@ -{-# OPTIONS -cpp #-} -#include "Cabal/Distribution/Compat/Char.hs" --- dummy comment |