[project @ 2005-02-20 03:40:23 by desrt]
authordesrt <unknown>
Sun, 20 Feb 2005 03:40:23 +0000 (03:40 +0000)
committerdesrt <unknown>
Sun, 20 Feb 2005 03:40:23 +0000 (03:40 +0000)
package.conf.in: more Cabal changes tracking
                   - change 'extra-ld-opts' to 'ld-options'
                   - change 'extra-libs' to 'extra-libraries'

                 stage2 once again builds successfully.

ghc/rts/package.conf.in

index bd26627..764b0f8 100644 (file)
@@ -29,7 +29,7 @@ library-dirs:         FPTOOLS_TOP_ABS"/ghc/rts"
 
 hs-libraries:   "HSrts"
 
-extra-libs:            "m"             /* for ldexp() */
+extra-libraries:               "m"             /* for ldexp() */
 #ifndef HAVE_FRAMEWORK_HASKELLSUPPORT
                              , "gmp"
 #ifdef HAVE_LIBDL
@@ -65,7 +65,7 @@ depends:
 extra-hugs-opts:
 extra-cc-opts:
 
-extra-ld-opts:
+ld-options:
 #ifdef LEADING_UNDERSCORE
            "-u", "_GHCziBase_Izh_static_info"
          , "-u", "_GHCziBase_Czh_static_info"