From: Christiaan Baaij Date: Tue, 14 Jul 2009 08:28:35 +0000 (+0200) Subject: Require new tfp X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fsupport%2Ftfvec.git;a=commitdiff_plain;h=584c73fa731e6045764a79a865f43ee8103e3602;ds=inline Require new tfp --- diff --git a/tfvec.cabal b/tfvec.cabal index cf4fb44..83293b8 100644 --- a/tfvec.cabal +++ b/tfvec.cabal @@ -16,5 +16,5 @@ Library ScopedTypeVariables, TemplateHaskell, TypeOperators, FlexibleInstances, TypeFamilies, UndecidableInstances, DeriveDataTypeable, RankNTypes - build-depends: base >= 3.0, template-haskell >= 2.0, tfp > 0.3.1 + build-depends: base >= 3.0, template-haskell >= 2.0, tfp > 0.3.2 exposed-modules: Data.Param.TFVec