[Haskell-cafe] ANNOUNCE: new bridge! (prelude-prime)

Joachim Breitner mail at joachim-breitner.de
Thu May 23 11:54:32 CEST 2013


Hi,

Am Donnerstag, den 23.05.2013, 11:52 +0200 schrieb Bas van Dijk:
> On 23 May 2013 11:26, Joachim Breitner <mail at joachim-breitner.de> wrote:
> > So you can get what you want by not
> > depending on base, but rather have prelude-prime re-export all modules
> > from base plus its own Preldue.
> 
> How would you re-export all base's modules from the prelude-prime
> package? I didn't know this was already possible.

manually...

you create a .hs file for every module in base, which imports the module
in base (using a package-qualified import), gives it a qualified name
and puts that name in the export list.

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata at debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nomeata at joachim-breitner.de | http://people.debian.org/~nomeata

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130523/cc4276c0/attachment.pgp>


More information about the Haskell-Cafe mailing list