diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-05 11:12:01 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-05 11:12:01 +0000 |
commit | 7d56ff6e8c44e390bf95a4da9ce8a3330ccd7859 (patch) | |
tree | 54c7fd5c89b797aac76fb8724b82a547e568325d /compiler/vectorise | |
parent | 3bd221eb8b0964df5f3159c4970610047c2b8910 (diff) | |
download | haskell-7d56ff6e8c44e390bf95a4da9ce8a3330ccd7859.tar.gz |
Fix warnings on Windows
Diffstat (limited to 'compiler/vectorise')
-rw-r--r-- | compiler/vectorise/Vectorise/Builtins.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/vectorise/Vectorise/Builtins.hs b/compiler/vectorise/Vectorise/Builtins.hs index 47dfa7b481..04e768b075 100644 --- a/compiler/vectorise/Vectorise/Builtins.hs +++ b/compiler/vectorise/Vectorise/Builtins.hs @@ -73,6 +73,3 @@ prim_ty_cons = mkNameEnv [mk_prim intPrimTyCon] where mk_prim tycon = (tyConName tycon, '_' : getOccString tycon) - - -
\ No newline at end of file |