BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:pointed-4.2.0.2@sha256:4c23f2537d55b92ce1f273caceaaf90bf61d9a1e21f034ea4b5414100445a44e,1435

Module documentation for 4.2.0.2

pointed

Build Status

Haskell 98 pointed and copointed data types.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

4.2.0.2

  • Added the CHANGELOG.markdown to extra-source-files, so that hackage can display it.

4.2.0.1

  • Allow semigroupoids 5.

4.2

  • Add dependency on kan-extensions for instances

4.1.1

  • Added transformers-compat dependency to loosen transformers dependency

4.1

  • Added missing instances for transformers 0.4 types

4.0

  • Updated to use the 4.0 versions of comonad and semigroupoids packages
  • Updated to use just data-default-class. Beware of orphans.

3.1

  • Added Tagged and Proxy instances.

3.0.3

  • Claim to be Trustworthy

3.0.2

  • Removed upper bounds on my other packages
  • Refactored directory layout