From: Christiaan Baaij Date: Fri, 3 Jul 2009 19:49:06 +0000 (+0200) Subject: Updated cabal file to reflect change in TFVec, and the need for the filepath library X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=6c48ed90faf1e1827e32f2664f97f6ad1e2dd508;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Updated cabal file to reflect change in TFVec, and the need for the filepath library --- 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