packages feed

Cabal revisions of tuple-th-0.2.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                tuple-th-Version:             0.2.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 && < 5, template-haskell, containers--  +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
+
+