Commit graph

41 commits

Author SHA1 Message Date
Greg Troxel
1c44d136ce Add notes:
* Get the package to pass the ghc tests (currently it does not)

  * Get the package to be able to build a version of darcs that works
    (because darcs is the most-desired haskell package, almost always
    needed by haskell users and needed by others to access code from the
    haskell world).

based on email from $MAINTAINER.
2011-10-11 12:10:40 +00:00
PHO / phonohawk
e8eebff9f0 Upstream update to GHC 7.0.3 2011-05-06 02:30:25 +00:00
PHO / phonohawk
a0d66967c1 Fix incorrect MASTER_SITES 2011-04-19 12:22:34 +00:00
PHO / phonohawk
e4cc0c9aff DEINSTALL script to remove package.cache 2010-12-30 06:26:48 +00:00
PHO / phonohawk
aacbd43eb7 Upstream update to GHC 7.0.1 2010-12-02 13:06:43 +00:00
Greg Troxel
bcedf17259 Note binary bootstrap kit issues, preventing import into main pkgsrc. 2010-10-30 13:28:22 +00:00
PHO / phonohawk
16d98f74b5 TODO fix 2010-10-30 07:42:04 +00:00
PHO / phonohawk
1f6ab4ef4c TODO fix 2010-10-30 07:37:28 +00:00
PHO / phonohawk
d72e6d4f78 TODO: HC package construction guide 2010-10-30 07:24:45 +00:00
PHO / phonohawk
9f5b1f2f5d Darwin-*-powerpc: rethink about the way to avoid the "ld -r" problem.
This shall be solved in the next major release GHC 7.0.
2010-10-05 22:35:52 +00:00
PHO / phonohawk
97cfbf1608 Upstream update to GHC 6.12.3 2010-06-24 03:37:00 +00:00
PHO / phonohawk
559f46b864 Upstream update to GHC 6.12.2 2010-05-10 01:59:13 +00:00
PHO / phonohawk
70c3182379 update PLIST 2010-04-02 12:02:04 +00:00
PHO / phonohawk
107ab96419 GHC depends on some ncurses specific functions. 2010-04-01 07:33:13 +00:00
PHO / phonohawk
76bcca4f45 Added missing dependency to textproc/docbook-xsl 2010-02-25 07:43:54 +00:00
PHO / phonohawk
60d73d7046 Fix build failure on Darwin-powerpc 2010-01-24 02:59:00 +00:00
PHO / phonohawk
3c1031fb19 Regenerate PLIST 2010-01-23 15:34:55 +00:00
PHO / phonohawk
69baf8f513 Sorry, I forgot to cvs-add PLIST.Darwin-powerpc 2010-01-22 09:04:45 +00:00
PHO / phonohawk
5ae214ea73 wip/ghc now supports Darwin-*-powerpc 2010-01-19 11:36:40 +00:00
PHO / phonohawk
a8071db62c comments 2010-01-12 04:45:46 +00:00
PHO / phonohawk
a19c266200 fixed Makefile breakage again... GHC-6.12.1 is so hard to build... 2010-01-12 04:13:52 +00:00
PHO / phonohawk
fce4a8b6fb Use ${SETENV} instead of ${ENV} 2010-01-05 08:17:50 +00:00
PHO / phonohawk
bc316d6f3e Upstream update to GHC 6.12.1 2009-12-25 05:49:51 +00:00
PHO / phonohawk
1f38cbcd18 update buildlink3.mk 2009-09-24 08:12:58 +00:00
PHO / phonohawk
9f577ed1c8 Upstream update to GHC 6.10.4 2009-07-26 22:49:54 +00:00
PHO / phonohawk
071b1ce021 Upstream update to GHC 6.10.3 2009-07-02 08:57:03 +00:00
PHO / phonohawk
b0e043e4a6 GHC installs Haskell libraries so BUILDLINK_DEPMETHOD.ghc shouldn't be 'build'. 2009-05-21 04:49:21 +00:00
Jörg Sonnenberger
50f485b714 Convert buildlink3.mk files to new world order. 2009-03-20 19:43:38 +00:00
PHO / phonohawk
40ad2b7602 Reverted the Makefile changes again. I don't have any ideas why I made the change before... 2009-02-24 06:12:36 +00:00
PHO / phonohawk
acf4dffd76 Fixed a bug in the build script 2009-02-01 09:53:24 +00:00
PHO / phonohawk
b92d1af51b Fix: I was wrongly using find -perm in my last revision. 2009-01-13 06:25:27 +00:00
PHO / phonohawk
1b6a42fb26 I forgot to update distinfo... 2009-01-11 09:36:59 +00:00
PHO / phonohawk
65710b3ce0 - Update to GHC 6.10.1
- Use GHC 6.6.1 for bootstrapping compiler.
- GHC now depends on editline instead of readline.
2009-01-11 09:28:43 +00:00
PHO / phonohawk
502d7a0074 ghc-6.8.3nb3: Fixed OpenAL-related problems. 2008-07-18 10:11:44 +00:00
PHO / phonohawk
06ddf91065 ghc-6.8.3nb3: Added dependency to graphics/glu; Sorry for frequent update. 2008-07-18 08:45:45 +00:00
PHO / phonohawk
7dc8c68a8a ghc-6.8.3nb2: Added dependency to graphics/glut 2008-07-18 08:39:34 +00:00
PHO / phonohawk
219bcc5c0d ghc-6.8.3nb1: added dependencies to audio/openal and graphics/MesaLib 2008-07-18 05:29:43 +00:00
PHO / phonohawk
09bb9a0d43 Import ghc-6.8.3 as wip/ghc. 2008-07-17 14:45:25 +00:00
PHO / phonohawk
586edb96bf Import ghc-6.8.3 as wip/ghc.
GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.
2008-07-17 14:38:01 +00:00
Tobias Nygren
2de19a99eb g/c some packages that made it into pkgsrc 2008-05-22 12:07:42 +00:00
Paulo Matias
88f5defe7e GHC: The Glasgow Haskell Compiler.
The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.
2008-02-21 16:28:23 +00:00