name: tuple-morph version: 0.1.0.0 x-revision: 3 synopsis: Morph between tuples with the same "flattened" representation. description: Morph between tuples with the same "flattened" representation. Convert tuples from and to heterogenous lists. . See "Data.Tuple.Morph". license: MIT license-file: LICENSE author: Paweł Nowak maintainer: Paweł‚ Nowak copyright: Paweł‚ Nowak 2014 category: Data build-type: Simple cabal-version: >=1.10 library exposed-modules: Data.Tuple.Morph Data.Tuple.Morph.Append other-modules: Data.Tuple.Morph.TH build-depends: base <5, HList, template-haskell >=2.9 default-language: Haskell2010