[project @ 2002-06-15 20:23:12 by wolfgang]
[ghc-hetmet.git] / ghc / docs / users_guide / packages.sgml
index a4fbd65..b778a50 100644 (file)
            </para>
          </listitem>
        </varlistentry>
+       <varlistentry>
+         <term><option>&ndash;&ndash;force</option></term>
+         <indexterm><primary><option>&ndash;&ndash;force</option></primary></indexterm>
+         <listitem>
+           <para>Causes <literal>ghc-pkg</literal> to ignore missing
+           directories and libraries when adding a package, and just
+           go ahead and add it anyway.  This might be useful if your
+           package installation system needs to add the package to
+           GHC before building and installing the files.</para>
+         </listitem>
+       </varlistentry>
       </variablelist>
 
       <para>When modifying the configuration file
            (for linking) when this package is being used.</para>
          </listitem>
        </varlistentry>
+       
+       <varlistentry>
+         <term><literal>framework_dirs</literal></term>
+         <indexterm><primary><literal>framework_dirs</literal></primary>
+           <secondary>package specification</secondary></indexterm>
+         <listitem>
+           <para>On Darwin/MacOS X, a list of directories containing frameworks for this
+           package. This corresponds to the <option>-framework-path</options> option.
+           It is ignored on all other platforms.</para>
+         </listitem>
+       </varlistentry>
+
+       <varlistentry>
+         <term><literal>extra_frameworks</literal></term>
+         <indexterm><primary><literal>extra_frameworks</literal></primary>
+           <secondary>package specification</secondary></indexterm>
+         <listitem>
+           <para>On Darwin/MacOS X, a list of frameworks to link to. This corresponds to the
+           <option>-framework</option> option. Take a look at Apple's developer documentation
+           to find out what frameworks actually are. This entry is ignored on all other platforms.</para>
+         </listitem>
+       </varlistentry>
       </variablelist>
       
       <para>