[commit: packages/array] master: Untabify changelog and bump release date for 0.5.0.0 (26ff047)
git at git.haskell.org
git at git.haskell.org
Fri Nov 8 21:14:12 UTC 2013
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/26ff04744117b0ad8233a1a2b5635fa1277b88d9
>---------------------------------------------------------------
commit 26ff04744117b0ad8233a1a2b5635fa1277b88d9
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Nov 8 22:04:46 2013 +0100
Untabify changelog and bump release date for 0.5.0.0
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
26ff04744117b0ad8233a1a2b5635fa1277b88d9
changelog | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/changelog b/changelog
index 157357c..6654c9f 100644
--- a/changelog
+++ b/changelog
@@ -1,23 +1,23 @@
-*-change-log-*-
-0.5.0.0 Oct 2013
- * Update to Cabal 1.10 format
- * Remove NHC and Hugs specific code
- * Remove deprecated function exports `Data.Array.IO.castIOUArray`,
- `Data.Array.MArray.unsafeFreeze`, `Data.Array.MArray.unsafeThaw`,
- and `Data.Array.ST.castSTUArray`; These functions are still
- available from the "Data.Array.Unsafe" module.
+0.5.0.0 Nov 2013
+ * Update to Cabal 1.10 format
+ * Remove NHC and Hugs specific code
+ * Remove deprecated function exports `Data.Array.IO.castIOUArray`,
+ `Data.Array.MArray.unsafeFreeze`, `Data.Array.MArray.unsafeThaw`,
+ and `Data.Array.ST.castSTUArray`; These functions are still
+ available from the "Data.Array.Unsafe" module.
0.4.0.1 Sep 2012
- * Bundled with GHC 7.6.1
- * Fix inline rule shadowing warnings
+ * Bundled with GHC 7.6.1
+ * Fix inline rule shadowing warnings
0.4.0.0 Feb 2012
- * Bundled with GHC 7.4.1
- * Add support for SafeHaskell
- * New "Data.Array.IO.Safe" module
- * New "Data.Array.MArray.safe" module
- * New "Data.Array.ST.safe" module
- * New "Data.Array.Storable.Internals" module
- * New "Data.Array.Storable.Safe" module
- * New "Data.Array.Unsafe" module
+ * Bundled with GHC 7.4.1
+ * Add support for SafeHaskell
+ * New "Data.Array.IO.Safe" module
+ * New "Data.Array.MArray.safe" module
+ * New "Data.Array.ST.safe" module
+ * New "Data.Array.Storable.Internals" module
+ * New "Data.Array.Storable.Safe" module
+ * New "Data.Array.Unsafe" module
More information about the ghc-commits
mailing list