packages feed

tuple-th-0.2.2: tuple-th.cabal

Name:                tuple-th
Version:             0.2.2
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 && < 5, template-haskell, containers