packages feed

Cabal revisions of tfp-0.5

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:           tfp version:        0.5+x-revision: 1 cabal-version:  >= 1.6 build-type:     Simple license:        BSD3 stability:      alpha package-url:    http://github.com/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                    MultiParamTypeClasses, GeneralizedNewtypeDeriving,                   Rank2Types, FlexibleContexts   build-depends:  base >= 3.0 && < 5, template-haskell >= 2.0+  build-depends:  base <4.3 || >=4.5   exposed-modules:     Data.SizedInt,     Data.SizedWord,