From e7b3609f736e6574ed99cc5952c7ef56c081a29d Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 27 Jun 2001 13:16:30 +0000 Subject: [PATCH] [project @ 2001-06-27 13:16:30 by rrt] Tidy up formatting --- ghc/driver/PackageSrc.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 09762b8..df14746 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -138,9 +138,9 @@ package_details installing , extra_libraries = [ "HSstd_cbits" ] ++ # ifdef mingw32_TARGET_OS - ["wsock32", "msvcrt"] + [ "wsock32", "msvcrt" ] # else - ["m"] -- libm, that is + [ "m" ] -- libm, that is # endif , include_dirs = if installing -- 1.7.10.4