tuple-morph/tuple-morph.cabal
2014-11-22 23:39:48 +01:00

22 lines
861 B
Plaintext

name: tuple-morph
version: 0.1.0.0
synopsis: Morph between tuples, or convert them from and to HLists.
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 <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 >= 2.9
default-language: Haskell2010