Cabal revisions of th-lift-instances-0.1.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: th-lift-instances version: 0.1.5+x-revision: 1 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE copyright: Copyright (C) 2013-2014 Benno Fünfstück synopsis: Lift instances for template-haskell for common data types. description: Most data types in haskell platform do not have Lift instances. This package provides orphan instances- for containers, text, bytestring and vector.+ for containers, text, bytestring and vector. build-type: Custom category: Template Haskell , th-lift , containers >= 0.4 && < 0.6 , vector >= 0.9 && < 0.11- , text >= 0.11 && < 1.3+ , text >= 0.11 && < 1.2.4 , bytestring >= 0.9 && < 0.11 exposed-modules: Instances.TH.Lift