packages feed

record-0.4.1: CHANGELOG.md

# 0.4.1
* Fixes and dependency updates

# 0.4.0
* Drop the quasi-quoters
* Drop the "Lens" module in preference to a dependency on the "basic-lens" library
* Generate strict record types
* Export the types from the root module

# 0.3.1
* Support for arrow types
* Higher arity bugs fix

# 0.3.0
* A bit of type renaming
* Intances of `Storable`

# 0.2.1
* Parsing of qualified identifiers

# 0.2.0
* Type-changing updates
* Reimplemented the `Record.Types` API

# 0.1.5
* Fix the range of supported "attoparsec" versions (#6)

# 0.1.4
* Fix tuples parsing

# 0.1.3
* Parsing of unit values and types

# 0.1.2
* Fix Integers getting parsed as Rationals (#2)

# 0.1.1
* Implement the List type parsing