th-lift-instances: Lift instances for template-haskell for common data types.

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

Most data types in haskell platform do not have Lift instances. This package provides orphan instances for containers, text, bytestring and vector.


[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.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15, 0.1.16, 0.1.17, 0.1.18, 0.1.19, 0.1.20 (info)
Dependencies base (>=4.4 && <5), bytestring (>=0.9 && <0.11), containers (>=0.4 && <0.6), template-haskell (<2.10), text (>=0.11 && <1.2.4), th-lift, vector (>=0.9 && <0.11) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013-2014 Benno Fünfstück
Author Benno Fünfstück
Maintainer Benno Fünfstück <benno.fuenfstueck@gmail.com>
Revised Revision 2 made by phadej at 2019-08-28T13:52:14Z
Category Template Haskell
Home page http://github.com/bennofs/th-lift-instances/
Bug tracker http://github.com/bennofs/th-lift-instances/issues
Source repo head: git clone https://github.com/bennofs/th-lift-instances.git
Uploaded by BennoFuenfstueck at 2014-10-21T13:49:34Z
Distributions Arch:0.1.20, Debian:0.1.17, Fedora:0.1.20, LTSHaskell:0.1.20, NixOS:0.1.20, Stackage:0.1.20, openSUSE:0.1.20
Reverse Dependencies 61 direct, 4198 indirect [details]
Downloads 65876 total (247 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for th-lift-instances-0.1.4

[back to package description]

th-lift-instances

Build Status

Some more Lift instances for common haskell data types.