name: tuple-generic version: 0.1.0.0 synopsis: Generic operations on tuples description: Generic operations on tuples license: PublicDomain -- license-file: LICENSE author: Artyom maintainer: yom@artyom.me -- copyright: category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Tuple.Generic -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.9 hs-source-dirs: src default-language: Haskell2010