[commit: vector] master: Mention Safe modules in the package description (4002ac4)

Ian Lynagh igloo at earth.li
Sun Aug 28 14:31:13 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4002ac42d52e3801be1cf10152f82fc69afdb35b

>---------------------------------------------------------------

commit 4002ac42d52e3801be1cf10152f82fc69afdb35b
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date:   Fri Aug 26 23:12:10 2011 +0000

    Mention Safe modules in the package description

>---------------------------------------------------------------

 vector.cabal |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/vector.cabal b/vector.cabal
index dfe8873..be7c8d2 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -29,6 +29,9 @@ Description:
         .
         [@Data.Vector.Generic@] Generic interface to the vector types.
         .
+        Each module has a @Safe@ version with is marked as Trustworthy
+        (see <http://hackage.haskell.org/trac/ghc/wiki/SafeHaskell>).
+        .
         There is also a (draft) tutorial on common uses of vector.
         .
         * <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>





More information about the Cvs-libraries mailing list