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 <[email protected]> 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> _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
