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]

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), generic-deriving (>=1.9), ghc-prim, mtl, template-haskell (<2.14), th-lift (>=0.7.1), th-lift-instances, th-reify-many (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright (c) Matt Morrow
Author Matt Morrow
Maintainer Michael Sloan <mgsloan at gmail>
Revised Revision 1 made by HerbertValerioRiedel at 2019-05-02T19:04:57Z
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 2017-07-26T17:54:37Z
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, 4084 indirect [details]
Downloads 88518 total (280 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-26 [all 1 reports]

Readme for th-orphans-0.13.4

[back to package description]

th-orphans

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

Orphan instances for TH datatypes