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

Bas van Dijk v.dijk.bas at gmail.com
Thu May 23 12:46:05 CEST 2013


On 23 May 2013 11:54, Joachim Breitner <mail at joachim-breitner.de> wrote:
> 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.

I see. Thanks for the clarification.



More information about the Haskell-Cafe mailing list