From: rrt Date: Wed, 27 Jun 2001 13:16:30 +0000 (+0000) Subject: [project @ 2001-06-27 13:16:30 by rrt] X-Git-Tag: Approximately_9120_patches~1693 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e7b3609f736e6574ed99cc5952c7ef56c081a29d;p=ghc-hetmet.git [project @ 2001-06-27 13:16:30 by rrt] Tidy up formatting --- 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