diff --git a/acme-grawlix.cabal b/acme-grawlix.cabal
--- a/acme-grawlix.cabal
+++ b/acme-grawlix.cabal
@@ -1,5 +1,5 @@
 name:                acme-grawlix
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            More readable names for commonly used symbols
 description:         Readable code is a laudable goal, yet most Haskell code
                      is littered with totally unpronounceable symbols of
diff --git a/src/Acme/Grawlix.hs b/src/Acme/Grawlix.hs
--- a/src/Acme/Grawlix.hs
+++ b/src/Acme/Grawlix.hs
@@ -16,6 +16,10 @@
 import           Data.Monoid ((<>))
 import           Control.Monad ((>=>), (<=<))
 
+import           Control.Applicative ( (<$>), (<*>), (<$), (<*), (*>)
+                                     , Applicative)
+import           Data.Monoid (Monoid)
+
 -- * List
 
 -- | An alias for the type '[]'
