diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:47:48 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:47:48 +0000 |
commit | cc4da37aa4e75294823ad2356d2352b32a1d30ea (patch) | |
tree | 6b1e3c42bba30fb476d29372713f9c5903033120 /utils/hsc2hs | |
parent | a05d3018de55f57b7a2aaf810f1ce5a7f07d4f04 (diff) | |
download | haskell-cc4da37aa4e75294823ad2356d2352b32a1d30ea.tar.gz |
Typo fixed
Diffstat (limited to 'utils/hsc2hs')
-rw-r--r-- | utils/hsc2hs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hsc2hs/Makefile b/utils/hsc2hs/Makefile index 3eeafa295a..699aa80a7d 100644 --- a/utils/hsc2hs/Makefile +++ b/utils/hsc2hs/Makefile @@ -3,7 +3,7 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/cabal-flags.mk -# XXX We would like to turn thsi on, but Cabal generates paths files +# XXX We would like to turn this on, but Cabal generates paths files # that are not -Wall clean! # SRC_HC_OPTS += -Wall |