From: Matthijs Kooijman Date: Tue, 8 Jun 2010 13:48:06 +0000 (+0200) Subject: Merge branch 'master' of git://github.com/christiaanb/clash X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=ef7d876bddac1ebf8ae72dfac9aff33023650f53;hp=ef7d876bddac1ebf8ae72dfac9aff33023650f53;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Merge branch 'master' of git://github.com/christiaanb/clash * 'master' of git://github.com/christiaanb/clash: Do not be overzealous with inlining results of polymorphic functions Do not function extract functions that still have free type variables Add setup file Fix cabal file to reflect temp bug fixes Temporarily disable "inlinenonrepresult" transformation, and apply eta-expansion transformation to all expressions Rename cλash dir to clash so it behaves well within the ghc build tree update cabal file to upload to hackage Remove defunct makeVHDLStrings function, messes with haddock Update reducer to use new integer types Reflect moving TFVec and TFP Integers into clash in sourcefiles related to builtin types Update package dependencies Move TFVec and TFP integers (Signed, Unsiged and Index) into clash ---