Name: tuple-th Version: 0.2.1 x-revision: 1 Synopsis: Generate (non-recursive) utility functions for tuples of statically known size Description: Template Haskell functions for generating functions similar to those in Data.List for tuples of statically known size. License: BSD3 License-file: LICENSE Author: Daniel Schüssler Maintainer: anotheraddress@gmx.de Category: Template Haskell, Data Build-type: Simple Cabal-version: >=1.2 extra-source-files: tests/Test.hs Library Exposed-modules: TupleTH Build-depends: base >= 4 && < 4.5, template-haskell, containers