[move fixity declarations to the place the cooresponding function is declared
John Meacham <john@repetae.net>**20061104015155] hunk ./lib/base/Jhc/Basics.hs 10
+infixr 5  :
+
hunk ./lib/base/Jhc/Basics.hs 32
+infixr 9  .
+infixr 0  $, $!, `seq`
+
hunk ./lib/base/Prelude.hs 47
-infixr 9  .
+-- infixr 9  .
hunk ./lib/base/Prelude.hs 51
-infixr 5  :
+--infixr 5  :
hunk ./lib/base/Prelude.hs 57
-infixr 0  $, $!, `seq`
+-- infixr 0  $, $!, `seq`