Hi,

Am Donnerstag, den 23.05.2013, 11:52 +0200 schrieb Bas van Dijk:
> On 23 May 2013 11:26, Joachim Breitner <m...@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
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to