th-orphans: Orphan instances for TH datatypes

[ bsd3, library, template-haskell ] [ Propose Tags ] [ Report a vulnerability ]

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, 0.13.15
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), mtl (>=2), template-haskell (>=2.11 && <2.23), th-compat (>=0.1 && <0.2), th-lift (>=0.7.1), th-reify-many (>=0.1.9 && <0.2) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.6, ghc ==9.8.2, ghc ==9.10.1, ghc ==9.12.1
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 2024-10-22T10:57:30Z
Distributions Arch:0.13.14, Debian:0.13.10, Fedora:0.13.14, LTSHaskell:0.13.15, NixOS:0.13.14, Stackage:0.13.15
Reverse Dependencies 29 direct, 4155 indirect [details]
Downloads 90472 total (455 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-10-22 [all 1 reports]

Readme for th-orphans-0.13.15

[back to package description]

th-orphans

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build Status

Orphan instances for TH datatypes