th-orphans: Orphan instances for TH datatypes

[ bsd3, library, template-haskell ] [ Propose Tags ]

Orphan instances for TH datatypes. In particular, instances for Ord and Lift, as well as a few missing Show / Eq. These instances used to live in haskell-src-meta, and that's where the version number started.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.5.1.3, 0.5.2.0, 0.6, 0.6.1, 0.7, 0.7.0.1, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.9.0, 0.9.1, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.12.2, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.13.8, 0.13.9, 0.13.10, 0.13.11, 0.13.12, 0.13.13, 0.13.14
Change log CHANGELOG.md
Dependencies base (>=4.3 && <5), fail (>=4.9 && <4.10), generic-deriving (>=1.9), ghc-prim, mtl, semigroups (>=0.18.5 && <0.21), template-haskell (<2.19), th-compat (>=0.1 && <0.2), th-expand-syns, th-lift (>=0.7.1), th-lift-instances, th-reify-many (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright (c) Matt Morrow, Michael Sloan, Ryan Scott
Author Matt Morrow, Michael Sloan, Ryan Scott
Maintainer Ryan Scott <ryan.gl.scott@gmail.com>
Revised Revision 2 made by ryanglscott at 2021-11-16T00:51:20Z
Category Template Haskell
Bug tracker https://github.com/mgsloan/th-orphans/issues
Source repo head: git clone https://github.com/mgsloan/th-orphans
Uploaded by ryanglscott at 2021-08-30T13:17:43Z
Distributions Arch:0.13.14, Debian:0.13.10, Fedora:0.13.14, LTSHaskell:0.13.14, NixOS:0.13.14, Stackage:0.13.14
Reverse Dependencies 29 direct, 4079 indirect [details]
Downloads 88429 total (266 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-08-30 [all 1 reports]

Readme for th-orphans-0.13.12

[back to package description]

th-orphans

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build Status

Orphan instances for TH datatypes