tuple-hlist-0.1.0.7: tuple-hlist.cabal
name: tuple-hlist
version: 0.1.0.7
synopsis: Functions to convert between tuples and HLists.
description: Functions to convert between tuples and HLists, overloaded on tuple size.
homepage: http://github.com/dudebout/tuple-hlist
license: OtherLicense
license-file: LICENSE
author: Nicolas Dudebout
maintainer: Nicolas Dudebout <nicolas.dudebout@gatech.edu>
copyright: (c) 2012, Nicolas Dudebout <nicolas.dudebout@gatech.edu>
category: Data
build-type: Simple
cabal-version: >=1.8
extra-source-files:
Tools/IncompleteHList.hs
Tools/generateInstances.hs
Makefile
library
exposed-modules: Data.Tuple.HList
build-depends: base >= 4.5 && < 5
, OneTuple >= 0.2 && < 0.3
, HList >= 0.2 && < 0.4
hs-source-dirs: src
source-repository head
type: git
location: http://github.com/dudebout/tuple-hlist