From: Simon Marlow Date: Thu, 5 Mar 2009 12:04:26 +0000 (+0000) Subject: add final newline; fix build (on Windows?) X-Git-Tag: 2009-06-25~54 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e570d32717f1e85c34571760cf337aca789a3662;p=ghc-base.git add final newline; fix build (on Windows?) --- diff --git a/GHC/Desugar.hs b/GHC/Desugar.hs index a2c5da2..7422cd7 100644 --- a/GHC/Desugar.hs +++ b/GHC/Desugar.hs @@ -34,4 +34,4 @@ f >>> g = g . f data AnnotationWrapper = forall a. (Data a) => AnnotationWrapper a toAnnotationWrapper :: (Data a) => a -> AnnotationWrapper -toAnnotationWrapper what = AnnotationWrapper what \ No newline at end of file +toAnnotationWrapper what = AnnotationWrapper what