From 6c48ed90faf1e1827e32f2664f97f6ad1e2dd508 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Fri, 3 Jul 2009 21:49:06 +0200 Subject: [PATCH] Updated cabal file to reflect change in TFVec, and the need for the filepath library --- "c\316\273ash.cabal" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/c\316\273ash.cabal" "b/c\316\273ash.cabal" index 52966db..802557a 100644 --- "a/c\316\273ash.cabal" +++ "b/c\316\273ash.cabal" @@ -14,7 +14,7 @@ maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl build-depends: base > 4, syb, ghc, ghc-paths, transformers, haskell98, ForSyDe > 3.0, regex-posix ,data-accessor-template, pretty, data-accessor, containers, prettyclass, tfp > 0.3, - tfvec > 0.1.1, QuickCheck, template-haskell + tfvec > 0.1.2, QuickCheck, template-haskell, filepath executable: clash main-is: Main.hs -- 2.30.2