diff --git a/src/Text/ParserCombinators/UU/BasicInstances.hs b/src/Text/ParserCombinators/UU/BasicInstances.hs
--- a/src/Text/ParserCombinators/UU/BasicInstances.hs
+++ b/src/Text/ParserCombinators/UU/BasicInstances.hs
@@ -7,7 +7,8 @@
               UndecidableInstances,
               NoMonomorphismRestriction,
               TypeSynonymInstances,
-              ScopedTypeVariables #-}
+              ScopedTypeVariables,
+              TypeOperators #-}
 
 -- | This module contains basic instances for the class interface described in the "Text.ParserCombinators.UU.Core" module.
 --   It demonstates how to construct and maintain a state during parsing. In the state we store error messages, 
diff --git a/src/Text/ParserCombinators/UU/CHANGELOG.hs b/src/Text/ParserCombinators/UU/CHANGELOG.hs
--- a/src/Text/ParserCombinators/UU/CHANGELOG.hs
+++ b/src/Text/ParserCombinators/UU/CHANGELOG.hs
@@ -1,5 +1,9 @@
 -- | This module just contains the CHANGELOG
 --
+-- Version 2.7.3.2
+--
+-- made TypeOperators explicit as required by GHC 7.4
+--
 -- Version 2.7.3.1
 --
 -- fixed corner case when combining to failing parsers during grammar analysis; probably useful error message is now gone
diff --git a/uu-parsinglib.cabal b/uu-parsinglib.cabal
--- a/uu-parsinglib.cabal
+++ b/uu-parsinglib.cabal
@@ -1,5 +1,5 @@
 Name:                uu-parsinglib
-Version:             2.7.3.1
+Version:             2.7.3.2
 Build-Type:          Simple
 License:             MIT
 Copyright:           S Doaitse Swierstra 
