9 May
                
                    2008
                
            
            
                9 May
                
                '08
                
            
            
            
        
    
                12:32 p.m.
            
        David Roundy wrote:
It's pretty easy (albeit tedious) to do this for yourself (except that you wouldn't automatically turn off the import of Prelude, and you'd still suffer from the instances disease).
module Prelude.Types ( Int, Double, Char, String ) where
import Prelude
Sounds like a Hackage project for any suitable-bored persons. :-)