From 9ccc0d6b765a958a9c6238a015c5f7413175de5f Mon Sep 17 00:00:00 2001 From: Ian Lynagh <ian@well-typed.com> Date: Fri, 30 Nov 2012 16:00:00 +0000 Subject: [PATCH] Add comment to .cabal file saying what GHC 7.6.1 shipped with --- haskell2010.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell2010.cabal b/haskell2010.cabal index 65798c7..57b00ad 100644 --- a/haskell2010.cabal +++ b/haskell2010.cabal @@ -1,5 +1,6 @@ name: haskell2010 version: 1.1.1.0 +-- GHC 7.6.1 released with 1.1.1.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org -- GitLab