[commit: base] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (d9092ea)
Ian Lynagh <[email protected]> Fri, 30 Nov 2012 11:14:03 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.libraries |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master http://hackage.haskell.org/trac/ghc/changeset/d9092ea68c06bd4945c53797900ac78f1997f0bb >--------------------------------------------------------------- commit d9092ea68c06bd4945c53797900ac78f1997f0bb Author: Ian Lynagh <[email protected]> Date: Fri Nov 30 15:59:45 2012 +0000 Add comment to .cabal file saying what GHC 7.6.1 shipped with >--------------------------------------------------------------- base.cabal | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/base.cabal b/base.cabal index a7d3ce9..bcc719c 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,6 @@ name: base version: 4.6.0.0 +-- GHC 7.6.1 released with 4.6.0.0 license: BSD3 license-file: LICENSE maintainer: [email protected]