[project @ 2004-08-18 15:47:55 by panne]
authorpanne <unknown>
Wed, 18 Aug 2004 15:47:55 +0000 (15:47 +0000)
committerpanne <unknown>
Wed, 18 Aug 2004 15:47:55 +0000 (15:47 +0000)
Use *nix instead of Windoze line ends

ghc/compiler/package.conf.in

index 242865e..a6ae8c2 100644 (file)
@@ -1,50 +1,50 @@
-Package {\r
-        name           = PACKAGE,\r
-       auto           = False,\r
-#ifdef INSTALLING\r
-       import_dirs    = [ "$libdir/ghc-package" ],\r
-#else\r
-       import_dirs    = [ FPTOOLS_TOP_ABS"/ghc/compiler/stage1/utils",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/basicTypes",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/types",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/hsSyn",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/prelude",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/rename",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/typecheck",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/deSugar",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/coreSyn",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/specialise",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplCore",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stranal",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stgSyn",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplStg",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/codeGen",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/absCSyn",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm",\r
-                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ],\r
-#endif\r
-        source_dirs    = [],\r
-#ifdef INSTALLING\r
-        library_dirs   = [ "$libdir" ],\r
-#else\r
-        library_dirs   = [ FPTOOLS_TOP_ABS"/ghc/compiler" ],\r
-#endif\r
-\r
-        hs_libraries    = [ LIBRARY ],\r
-       extra_libraries = [],\r
-        c_includes      = [],\r
-        package_deps    = [ "base", "haskell98" ],\r
-               /* PACKAGE_DEPS doesn't work quite right here - it leaves\r
-                  a trailing comma */\r
-        extra_ghc_opts  = [],\r
-        extra_cc_opts   = [],\r
-        extra_ld_opts   = []\r
-}\r
+Package {
+        name           = PACKAGE,
+       auto           = False,
+#ifdef INSTALLING
+       import_dirs    = [ "$libdir/ghc-package" ],
+#else
+       import_dirs    = [ FPTOOLS_TOP_ABS"/ghc/compiler/stage1/utils",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/basicTypes",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/types",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/hsSyn",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/prelude",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/rename",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/typecheck",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/deSugar",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/coreSyn",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/specialise",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplCore",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stranal",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stgSyn",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplStg",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/codeGen",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/absCSyn",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm",
+                          FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ],
+#endif
+        source_dirs    = [],
+#ifdef INSTALLING
+        library_dirs   = [ "$libdir" ],
+#else
+        library_dirs   = [ FPTOOLS_TOP_ABS"/ghc/compiler" ],
+#endif
+
+        hs_libraries    = [ LIBRARY ],
+       extra_libraries = [],
+        c_includes      = [],
+        package_deps    = [ "base", "haskell98" ],
+               /* PACKAGE_DEPS doesn't work quite right here - it leaves
+                  a trailing comma */
+        extra_ghc_opts  = [],
+        extra_cc_opts   = [],
+        extra_ld_opts   = []
+}