name: tuple-generic version: 0.5.0.0 synopsis: Generic operations on tuples description: Generic operations on tuples 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: README.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