name: tuple-generic version: 0.6.0.0 synopsis: Generic operations on tuples description: Generic operations on tuples. . I'm not sure that anybody uses this library, so I haven't bothered adding anything I don't need. However, file an issue if you need something to be added to the library and I'll try to respond to it promptly. license: PublicDomain -- license-file: LICENSE author: Artyom maintainer: Artyom homepage: http://github.com/aelve/tuple-generic bug-reports: http://github.com/aelve/tuple-generic/issues -- copyright: category: Data build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 source-repository head type: git location: git://github.com/aelve/tuple-generic.git library exposed-modules: Data.Tuple.Generic -- other-modules: -- other-extensions: build-depends: base == 4.* hs-source-dirs: src default-language: Haskell2010