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

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.20), template-haskell (<2.18), th-compat (>=0.1 && <0.2), 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>
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 2020-09-29T15:11:45Z
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, 4078 indirect [details]
Downloads 88406 total (294 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-09-29 [all 1 reports]

Readme for th-orphans-0.13.11

[back to package description]

th-orphans

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

Orphan instances for TH datatypes