[commit: unix] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (0514089)
Ian Lynagh <[email protected]> Fri, 30 Nov 2012 11:37:10 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.libraries |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix On branch : master http://hackage.haskell.org/trac/ghc/changeset/0514089087e09536efcd1ce46e20184fa989f7bd >--------------------------------------------------------------- commit 0514089087e09536efcd1ce46e20184fa989f7bd Author: Ian Lynagh <[email protected]> Date: Fri Nov 30 16:00:21 2012 +0000 Add comment to .cabal file saying what GHC 7.6.1 shipped with >--------------------------------------------------------------- unix.cabal | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/unix.cabal b/unix.cabal index b4f739e..b7660d1 100644 --- a/unix.cabal +++ b/unix.cabal @@ -1,5 +1,6 @@ name: unix version: 2.6.0.0 +-- GHC 7.6.1 released with 2.6.0.0 license: BSD3 license-file: LICENSE maintainer: [email protected]