From e570d32717f1e85c34571760cf337aca789a3662 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 5 Mar 2009 12:04:26 +0000 Subject: [PATCH] add final newline; fix build (on Windows?) --- GHC/Desugar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4