tuple-morph-0.1.0.0: tuple-morph.cabal
name: tuple-morph
version: 0.1.0.0
synopsis: Morph between tuples with the same "flattened" representation
description: Morph between tuples with the same "flattened" representation. Convert
tuples from an to heterogenous lists.
.
See "Data.Tuple.Morph".
license: MIT
license-file: LICENSE
author: Paweł Nowak
maintainer: Paweł Nowak <pawel834@gmail.com>
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
default-language: Haskell2010