[Pkg-haskell-commits] darcs: policy: Library locations

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


Sun Sep  5 22:18:58 UTC 2004  Ian Lynagh <igloo at earth.li>
  * Library locations

    M ./haskell-policy.sgml -1 +10

Sun Sep  5 22:18:58 UTC 2004  Ian Lynagh <igloo at earth.li>
  * Library locations
diff -rN -u old-policy/haskell-policy.sgml new-policy/haskell-policy.sgml
--- old-policy/haskell-policy.sgml	2010-11-05 15:02:49.941988986 +0000
+++ new-policy/haskell-policy.sgml	2010-11-05 15:02:49.945989197 +0000
@@ -1,6 +1,6 @@
 <!doctype debiandoc public "-//DebianDoc//DTD DebianDoc//EN"
 [
-<!entity version "0.1.3">
+<!entity version "0.1.4">
 <!entity must      "<em>must</em>">
 <!entity mustnot   "<em>must not</em>">
 <!entity should    "<em>should</em>">
@@ -301,6 +301,15 @@
         </p>
 
         <p>
+            Although there is no technical reason why all libraries need
+            be in the same place, in order to make life easier for users
+            all libraries &should; be installed into
+            <filename>/usr/lib/haskell-libraries/compiler/package/</filename>
+            where <filename>compiler</filename> is the source package
+            name of the compiler they are to be used with.
+        </p>
+
+        <p>
             For each cabal package <filename>cp</filename>, a manual
             page <filename>cp.3haskell</filename> describing the purpose
             of the package and the list of modules it includes &should;





More information about the Pkg-haskell-commits mailing list