packages feed

Cabal revisions of tfp-0.4

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

revision 1
 name:           tfp version:        0.4+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    default: False  library {+  build-depends:  base <4.3 || >=4.5+   extensions:     TypeFamilies, UndecidableInstances, TypeOperators,                   EmptyDataDecls, DeriveDataTypeable, ScopedTypeVariables,                   FlexibleInstances, TemplateHaskell, TypeSynonymInstances,