[Pkg-haskell-commits] darcs: policy: Markup tweaks

Ian Lynagh igloo at earth.li
Fri Nov 5 15:02:29 UTC 2010


Sun Jul 25 20:56:27 UTC 2004  Ian Lynagh <igloo at earth.li>
  * Markup tweaks

    M ./haskell-policy.sgml -5 +5

Sun Jul 25 20:56:27 UTC 2004  Ian Lynagh <igloo at earth.li>
  * Markup tweaks
diff -rN -u old-policy/haskell-policy.sgml new-policy/haskell-policy.sgml
--- old-policy/haskell-policy.sgml	2010-11-05 15:02:29.668917697 +0000
+++ new-policy/haskell-policy.sgml	2010-11-05 15:02:29.680918332 +0000
@@ -125,12 +125,12 @@
             argument as follows:
             <enumlist>
                 <item>
-                    If given an argument <var>x</var><tt>.hs</tt> or
-                    <var>x</var>.lhs is given then that argument is
+                    If given an argument <tt><var>x</var>.hs</tt> or
+                    <tt><var>x</var>.lhs</tt> is given then that argument is
                     treated as a Haskell input file to be compiled.
                 </item>
                 <item>
-                    If given an argument <var>x</var><tt>.o</tt> then that
+                    If given an argument <tt><var>x</var>.o</tt> then that
                     argument is treated as an object file and linked
                     into the executable.
                 </item>
@@ -230,9 +230,9 @@
         <p>
             If the name given by the above rules is <var>cname</var>
             then the Debian source package should be called
-            <tt>lib</tt><var>cname</var> and, for each implementation
+            <tt>lib<var>cname</var></tt> and, for each implementation
             <var>impl</var> that it is built for, it should make a
-            <tt>lib</tt><var>impl</var><tt>-</tt><var>cname</var> binary
+            <tt>lib<var>impl</var>-<var>cname</var></tt> binary
             package.
         </p>
 





More information about the Pkg-haskell-commits mailing list