Merge branch 'master' of git://github.com/christiaanb/clash
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 8 Jun 2010 13:48:06 +0000 (15:48 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 8 Jun 2010 13:48:06 +0000 (15:48 +0200)
commitef7d876bddac1ebf8ae72dfac9aff33023650f53
treea15a43de8a369a475b51d289705681ffe289ff14
parentce763aa6019c7076e4b8225cc25f27b46371b662
parentc86f74b8af5fb3ca467c7a22fa2d14498b46fb1a
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
clash/CLasH/Normalize.hs
clash/CLasH/Utils/GhcTools.hs