Cabal revisions of tfp-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: tfp version: 0.2+x-revision: 1 cabal-version: >= 1.2 build-type: Simple license: BSD3 stability: alpha package-url: http://code.haskell.org/~pgavin/tfp synopsis: Type-level programming library using type families-description: TFP (short for Type Family Programming) provides implementations of type-level integers and booleans,- and (eventually) simple type-level data structures. It uses type families as functions to produce new types,- which provides an intuitive way to parameterize data types and functions on numerical values at compile time.+description: TFP (short for Type Family Programming) provides implementations of type-level integers and booleans,+ and (eventually) simple type-level data structures. It uses type families as functions to produce new types,+ which provides an intuitive way to parameterize data types and functions on numerical values at compile time. category: Data tested-with: GHC == 6.9.0 FlexibleInstances, TemplateHaskell, TypeSynonymInstances, MultiParamTypeClasses, GeneralizedNewtypeDeriving, Rank2Types, FlexibleContexts- build-depends: base >= 3.0, template-haskell >= 2.0+ build-depends: base <4.4 || >=4.6+ build-depends: base >= 3.0 && < 5, template-haskell >= 2.0 exposed-modules: Data.SizedInt, Data.SizedWord,