diff options
author | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2012-01-15 22:10:28 +1100 |
---|---|---|
committer | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2012-01-16 08:19:30 +1100 |
commit | b68bbd86f3b2b3cd6f22ef9d10cb5ae0649e19f2 (patch) | |
tree | 4c8b3c9b2ac32209ffa7d968de8940e6d5cdbc7c /.gitignore | |
parent | 54121fffb5ee069d9b7a5628104ff1114ea87182 (diff) | |
download | haskell-b68bbd86f3b2b3cd6f22ef9d10cb5ae0649e19f2.tar.gz |
Fix vectorisation of classes
- Make sure that we have no implicit names in ifaces
- Any vectorisation info makes a module an orphan module
- Allow 'Show' in vectorised code without vectorising it for the moment
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4897988477..e65a4c26ec 100644 --- a/.gitignore +++ b/.gitignore @@ -240,3 +240,5 @@ _darcs/ /extra-gcc-opts + +.tm_properties |