@hackage intro0.1.0.1

"Fixed Prelude" - Mostly total and safe, provides Text and Monad transformers

Modern Prelude which provides safe alternatives for most of the partial functions. Text is preferred over String. Container types and Monad transformers are provided. Most important - this Prelude avoids fanciness. This means it just reexports from base and commonly used libraries and doesn't invent its own stuff. Everything is in one file.