Features

Types

Collection of modern types, with a central API

Diverse Types

Unboxed vectors, Boxed vectors, Packed UTF8 String, Bitmap.

API

Polymorphic API working on many types similarly; let the types drive the implementation detail

Numerical

modernizing Haskell numbers

Better Classes

No more hard-to-fit Num class, replaced by Additive, Subtractive, Multiplicative ...

More APIs

Self Sufficient

No dependencies, better support, battery included

No dependencies

Apart from Haskell base (and its core libraries like ghc-prim)

Easier to change

A common place to fix bug and add feature

Easier to track

Simpler versioning for everyone, less independent bits to track