- Add instances to
UDEmpty
.
- Add homepage and bug-reports to cabal file, linking to the github repository and its issue tracker, respectively.
- Revise synopsis, because "Haskell2010 compatible" suggests that both the package and its dependencies don't require extensions, which is false. Apologies for the misinformation!
- Support for
template-haskell-2.8.0.0
. - Drop support for Control.Concurrent.SampleVar, which is first removed in
base-4.7.0.0
. This entails a major API change, so one of the first two components is incremented. - Replace
syntax-trees
dependency with fork calledsyntax-trees-fork-bairyn
that is able to be built. - Added
CHANGELOG.md
.