[Pkg-haskell-commits] darcs: policy: Refer to Haskell Unsafe, not Haskell Experimental
Ian Lynagh
igloo at earth.li
Fri Nov 5 15:02:35 UTC 2010
Sun Sep 5 20:16:45 UTC 2004 Ian Lynagh <igloo at earth.li>
* Refer to Haskell Unsafe, not Haskell Experimental
M ./haskell-policy.sgml -13 +13
Sun Sep 5 20:16:45 UTC 2004 Ian Lynagh <igloo at earth.li>
* Refer to Haskell Unsafe, not Haskell Experimental
diff -rN -u old-policy/haskell-policy.sgml new-policy/haskell-policy.sgml
--- old-policy/haskell-policy.sgml 2010-11-05 15:02:35.173208560 +0000
+++ new-policy/haskell-policy.sgml 2010-11-05 15:02:35.181208983 +0000
@@ -1,12 +1,12 @@
<!doctype debiandoc public "-//DebianDoc//DTD DebianDoc//EN"
[
-<!entity version "0.1.0">
+<!entity version "0.1.1">
<!entity must "<em>must</em>">
<!entity mustnot "<em>must not</em>">
<!entity should "<em>should</em>">
<!entity shouldnot "<em>should not</em>">
-<!entity haskellexperimental
- "<qref id="haskellexperimental">Haskell Experimental</qref>">
+<!entity haskellunsafe
+ "<qref id="haskellunsafe">Haskell Unsafe</qref>">
<!entity mailinglist
"<qref id="mailinglist">Haskell mailing list</qref>">
<!entity mailinglistemail
@@ -96,16 +96,16 @@
<url id="&mailinglisthttpaddress;" name="the list homepage">.
</p>
- <sect id="haskellexperimental">
- <heading>Haskell Experimental apt repository</heading>
+ <sect id="haskellunsafe">
+ <heading>Haskell Unsafe apt repository</heading>
<p>
- <url id="http://www.syntaxpolice.org/haskell-experimental/haskell-experimental.html"
- name="Haskell Experimental"> is an apt repository for
- Debian packages that are not suitable for uploading to
- Debian. For example, they may be software in the early
- phases of development or backports of software to stable.
- See the above page for details of how to get upload access
- to it.
+ <url
+ id="http://haskell-unsafe.alioth.debian.org/haskell-unsafe.html"
+ name="Haskell Unsafe"> is an apt repository for Debian
+ packages that are not suitable for uploading to Debian. For
+ example, they may be software in the early phases of
+ development or backports of software to stable. See the
+ above page for details of how to get upload access to it.
</p>
</chapt>
@@ -297,7 +297,7 @@
without good reason, as uploads of new versions of these
would require new uploads of all such libraries, and their
reverse dependencies, too. However, you can upload libraries
- built against unreleased compilers to &haskellexperimental;.
+ built against unreleased compilers to &haskellunsafe;.
</p>
</chapt>
More information about the Pkg-haskell-commits
mailing list