summaryrefslogtreecommitdiff
blob: 5736b04a4ebf235838582a0e01e12175af46626e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ChangeLog for dev-lang/ghc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.1 2002/06/10 07:28:29 george Exp $

*ghc-5.02.3.ebuild (09 Jun 2002)
  
  09 Jun 2002; George Shapovalov <george@gentoo.org> all :
  
  First submission
  From the home page:

  The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler 
  and interactive environment for Haskell 98, GHC compiles Haskell to either 
  native code or C.  It implements numerous experimental language extensions 
  to Haskell 98; for example: concurrency, a foreign language interface, 
  multi-parameter type classes, scoped type variables, existential and universal 
  quantification, unboxed types, exceptions, weak pointers, and so on.  GHC comes 
  with a generational garbage collector, and a space and time profiler.