Changelog for clock-0.1.2

CHANGES 0.1.2: → System.CPUTime.Clock: renamed to System.Posix.Clock because it contained a posix-only implementation. later System.Windows.Clock can be implemented using QueryPerformanceCounter, GetTickCount64, etc. and a common interface could be exposed in System.Clock → System.Posix.Clock: clock_gettime renamed to getTime clock_getres renamed to getRes → System.Posix.Clock.TimeSpec: now uses a record syntax and is also an instance of Foreign.Storable, Eq and Ord. → Source Documentation: improved according to IEEE Std 1003.1-2008 http://www.opengroup.org/onlinepubs/9699919799/ 0.1.1: → added rudimentary documentation