[commit: array] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (9c9dc9c)

Ian Lynagh <[email protected]> Fri, 30 Nov 2012 11:13:51 -0800
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/packages/array

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9c9dc9ca8cbff1d136fed08bd13e4783b3942d88

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

commit 9c9dc9ca8cbff1d136fed08bd13e4783b3942d88
Author: Ian Lynagh <[email protected]>
Date:   Fri Nov 30 15:59:31 2012 +0000

    Add comment to .cabal file saying what GHC 7.6.1 shipped with

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

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

diff --git a/array.cabal b/array.cabal
index e5bc9b3..ba561c2 100644
--- a/array.cabal
+++ b/array.cabal
@@ -1,5 +1,6 @@
 name:       array
 version:    0.4.0.1
+-- GHC 7.6.1 released with 0.4.0.1
 license:    BSD3
 license-file:    LICENSE
 maintainer:    [email protected]