diff --git a/profunctor-extras.cabal b/profunctor-extras.cabal
--- a/profunctor-extras.cabal
+++ b/profunctor-extras.cabal
@@ -1,6 +1,6 @@
 name:             profunctor-extras
 category:         Control, Categories
-version:          3.3.3
+version:          3.3.3.1
 license:          BSD3
 cabal-version:    >= 1.6
 license-file:     LICENSE
diff --git a/src/Data/Profunctor/Rift.hs b/src/Data/Profunctor/Rift.hs
--- a/src/Data/Profunctor/Rift.hs
+++ b/src/Data/Profunctor/Rift.hs
@@ -1,7 +1,6 @@
 {-# LANGUAGE CPP #-}
 {-# LANGUAGE Rank2Types #-}
 {-# LANGUAGE TypeFamilies #-}
-{-# LANGUAGE ImplicitParams #-}
 #if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702
 {-# LANGUAGE Trustworthy #-}
 #endif
@@ -37,7 +36,7 @@
   rmap bd f = Rift (rmap bd . runRift f)
   {-# INLINE rmap #-}
   bd #. f = Rift (\p -> bd #. runRift f p)
-  {-# INLINE (#.) #-}
+  {-# INLINE ( #. ) #-}
   f .# ca = Rift (\p -> runRift f (ca #. p))
   {-# INLINE (.#) #-}
 
