diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-12-15 10:02:21 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-12-15 10:02:21 +0000 |
commit | 4f51ac1246f9a9b2bd172e2d6957d95942d12d23 (patch) | |
tree | 60b960e8d847a46cddfea05a9f33dd2560206446 /configure.ac | |
parent | 0bff4d75254dabb2c002eace2252a4480bf8474e (diff) | |
download | haskell-4f51ac1246f9a9b2bd172e2d6957d95942d12d23.tar.gz |
Revert CorePrep part of "Completely new treatment of INLINE pragmas..."
The original patch said:
* I made some changes to the way in which eta expansion happens in
CorePrep, mainly to ensure that *arguments* that become let-bound
are also eta-expanded. I'm still not too happy with the clarity
and robustness fo the result.
Unfortunately this change apparently broke some invariants that were
relied on elsewhere, and in particular lead to panics when compiling
with profiling on.
Will re-investigate in the new year.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 38ba4b7ba8..31281c03fd 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl # see what flags are available. (Better yet, read the documentation!) # -AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.11], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.11.20081214], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |