Gentoo Archives: gentoo-dev

From: Peter Simons <simons@××××.to>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Haskell support in Gentoo
Date: Wed, 02 Apr 2003 11:14:18
Message-Id: 87he9hqhh5.fsf@peti.cryp.to
1 We are moving the discussion from
2
3 http://bugs.gentoo.org/show_bug.cgi?id=10155
4
5 to this forum in the hope of getting some feedback from the general
6 Gentoo crowd. The problems we're facing are not so much
7 Haskell-specific, but center around the problem of how to support
8 Haskell in the Gentoo framework.
9
10 Currently we try to find the best solution for the following problem:
11 There are at least two compilers for the Haskell language: ghc and
12 nhc. Unfortunately, not every program can be compiled with either of
13 them; most packages require ghc specifically.
14
15 Now we wonder how to organize this in the ebuild. A virtual
16 "haskell-compiler" target won't do us any good, because -- as I said
17 -- many packages require ghc. Hard-coding the ebuilds to depend on ghc
18 only is not the right thing to do either, because some packages _can_
19 be build with either ghc or nhc, and ideally, the user would be able
20 to choose which compiler should be used.
21
22 How can this best be expressed in an ebuild?
23
24 Peter
25
26
27 --
28 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Haskell support in Gentoo Tom Payne <gentoo@××××××××.org>
Re: [gentoo-dev] Haskell support in Gentoo Matthew Kennedy <mkennedy@g.o>
Re: [gentoo-dev] Haskell support in Gentoo Oliver Burnett-Hall <olly-bh@×××××××××××××.uk>