Cabal revisions of tfp-0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: tfp version: 0.3+x-revision: 1 cabal-version: >= 1.6 build-type: Simple license: BSD3 stability: alpha package-url: http://abt12monk.org/git/tfp.git/ 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 <4.4 || >=4.6 build-depends: base >= 3.0 && < 5, template-haskell >= 2.0 exposed-modules: Data.SizedInt,