BSD-3-Clause licensed by Edward A. Kmett
This version can be pinned in stack with:pointed-5.0.5@sha256:d02fd1e73a62348377cb9b1697bf576af45a61a4b911732a116c8a4258962910,3065
Module documentation for 5.0.5
Depends on 12 packages
(full list with versions):
base, 
comonad, 
containers, 
data-default-class, 
hashable, 
kan-extensions, 
semigroupoids, 
stm, 
tagged, 
transformers, 
transformers-compat, 
unordered-containers pointed
 
 
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
5.0.5 [2024.10.26]
- Require building with GHC 8.0 or later.
- Remove the -fsemigroupscabalflag, aspointedno longer needs to depend
on thesemigroupslibrary for backwards compatibility.
- Allow building with data-default-class-0.2.*.
5.0.4 [2022.05.07]
- Allow building with transformers-0.6.*.
5.0.3 [2021.11.01]
- Allow building with base-4.16(GHC 9.2).
5.0.2 [2020.09.30]
- Drop unused generic-derivingdependency.
5.0.1
- Add PointedandCopointedinstances for various types fromGHC.Generics.
- Do not attempt to support Safe Haskell anymore.
5
- Require kan-extensions-5.
4.2.1
- Added (largely unsupported) options to build without almost all of the dependencies for advanced users
4.2.0.2
- Added the CHANGELOG.markdowntoextra-source-files, so thathackagecan display it.
4.2.0.1
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 transformers0.4 types
4.0
- Updated to use the 4.0 versions of comonadandsemigroupoidspackages
- Updated to use just data-default-class. Beware of orphans.
3.1
- Added TaggedandProxyinstances.
3.0.3
3.0.2
- Removed upper bounds on my other packages
- Refactored directory layout