diff --git a/Control/Comonad/Trans/Adjoint.hs b/Control/Comonad/Trans/Adjoint.hs
--- a/Control/Comonad/Trans/Adjoint.hs
+++ b/Control/Comonad/Trans/Adjoint.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies, ImplicitParams #-}
+{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Control.Comonad.Trans.Adjoint
diff --git a/adjunctions.cabal b/adjunctions.cabal
--- a/adjunctions.cabal
+++ b/adjunctions.cabal
@@ -1,6 +1,6 @@
 name:          adjunctions
 category:      Data Structures, Adjunctions
-version:       2.0.0.1
+version:       2.0.0.2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -18,6 +18,14 @@
   location: git://github.com/ekmett/adjunctions.git
 
 library
+  other-extensions:
+    CPP 
+    FunctionalDependencies
+    FlexibleContexts
+    MultiParamTypeClasses
+    Rank2Types
+    UndecidableInstances
+
   build-depends: 
     array >= 0.3.0.2 && < 0.4,
     base >= 4 && < 5,
