Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.14 KB

ChangeLog.md

File metadata and controls

53 lines (27 loc) · 1.14 KB

Revision history for derive-storable

0.3.1.0 -- 2021-04-13

0.3.0.0 -- 2020-03-01

  • Removed instances module. A breaking change therefore bump to 0.3.

0.2.0.0 -- 2020-03-01

  • Added support for sum types enabled through additional option.

0.1.2.0 -- 2018-04-30

  • Added U1 instance for GHC.Generics.

0.1.1.1 rev1 -- 2018-03-20

  • Bump to GHC 8.4.1

0.1.1.1 -- 2017-10-05

  • Fixed a bug with POSIX types enabled on non POSIX systems.

0.1.1.0 -- 2017-07-19

  • Bumped to GHC 8.2.*

0.1.0.6 -- 2016-12-07

  • Made the information about performance problems more visible in README.md

0.1.0.4 -- 2016-11-29

  • Fixed the bug with Foreign.Storable.Generic.Internal.Instances module.
  • Removed two tests related to numbering of fields.

0.1.0.3 -- 2016-09-19

  • Changed the link in README to hackage repository.

0.1.0.2 -- 2016-09-11

  • Changed generic-storable to derive-storable in README.md
  • Added README.md to the package

0.1.0.0 -- 2016-09-08

  • First version. Released on an unsuspecting world.