On 27 Oct 2010, at 08:12, Bas van Dijk wrote: > > Should base use Haskell2010 exclusively or are extensions allowed? The base package is supposed to be shared by all Haskell compilers. If you use extensions that are not standardised, it breaks portability. Regards, Malcolm