@hackage AC-Vector1.2.1

Efficient geometric vectors.

This Haskell library implements several small vectors types with Double fields, with seperate types for each size of vector, and a type class for handling vectors generally. Changes: * Operator *<> has been renamed |* (and there's a matching *| operator now too). * There is now a vnormalise function.