From b1a4247c4ca74676df24b76040009fde629e77b8 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Thu, 9 Jul 2009 12:14:48 +0200 Subject: [PATCH] Updated depency on new tfp library --- tfvec.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfvec.cabal b/tfvec.cabal index eb5fa79..cf4fb44 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 - exposed-modules: Data.Param.TFVec \ No newline at end of file + build-depends: base >= 3.0, template-haskell >= 2.0, tfp > 0.3.1 + exposed-modules: Data.Param.TFVec -- 2.30.2