HList-0.2.2: HList.cabal
Name: HList
Version: 0.2.2
Category: Data
Synopsis: Heterogeneous lists
Description: HList is a record system providing strongly typed heterogenous lists, records,
type-indexed products (TIP) and co-products; licensed under the MIT X License.
License: MIT
License-File: LICENSE
Author: 2004 Oleg Kiselyov (FNMOC, Monterey), Ralf Laemmel (CWI/VU, Amsterdam),
Keean Schupke (Imperial College, London)
Maintainer: oleg@pobox.com
Data-files: README
Cabal-version: >= 1.4
Tested-With: GHC==6.8.2
Build-Depends: base >= 3 && < 5, template-haskell
Build-Type: Simple
Exposed-modules: Data.HList, Data.HList.CommonMain, Data.HList.Variant, Data.HList.GhcSyntax,
Data.HList.GhcRecord, Data.HList.Record, Data.HList.HZip, Data.HList.TIC, Data.HList.TIP,
Data.HList.HTypeIndexed, Data.HList.HOccurs, Data.HList.HArray, Data.HList.GhcExperiments,
Data.HList.HListPrelude, Data.HList.TypeEqBoolGeneric, Data.HList.TypeEqGeneric1,
Data.HList.TypeCastGeneric1, Data.HList.TypeCastGeneric2, Data.HList.FakePrelude,
Data.HList.RecordP, Data.HList.TypeEqGeneric2,
Data.HList.Label1, Data.HList.Label2, Data.HList.Label3, Data.HList.Label4, Data.HList.Label5,
Data.HList.MakeLabels
extensions: EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies,
MultiParamTypeClasses, OverlappingInstances, ScopedTypeVariables, RankNTypes,
ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances
ghc-options: -Wall