add final newline; fix build (on Windows?)
authorSimon Marlow <marlowsd@gmail.com>
Thu, 5 Mar 2009 12:04:26 +0000 (12:04 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 5 Mar 2009 12:04:26 +0000 (12:04 +0000)
GHC/Desugar.hs

index a2c5da2..7422cd7 100644 (file)
@@ -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