packages feed

world-peace-1.0.2.0: CHANGELOG.md

## 1.0.2.0

*   Get building on GHC-8.10 by quantifying kind in some type class instances.
    Thanks [@ocharles](https://github.com/ocharles)!
    [#8](https://github.com/cdepillabout/world-peace/pull/8)

## 1.0.1.0

*   Update `IsMember` to show a nice custom type error.  Thanks @chshersh! [#5]

## 1.0.0.0

*   Add the functions `relaxOpenUnion` and `relaxUnion` for being able to add
    additional types to an `OpenUnion`. [#3]
*   Add the functions `openUnionRemove`, `unionRemove`, `openUnionHandle`, and
    `unionHandle` for being able to pull individual types out of an
    `OpenUnion`. [#3]

## 0.1.0.0

*   Initial release.