diff --git a/lib/Polysemy/Log/Di/Di.hs b/lib/Polysemy/Log/Di/Di.hs
--- a/lib/Polysemy/Log/Di/Di.hs
+++ b/lib/Polysemy/Log/Di/Di.hs
@@ -10,7 +10,7 @@
 import Polysemy.Resource (Resource)
 import Polysemy.Time (GhcTime)
 
-import Polysemy.Log.Data.DataLog (DataLog(DataLog, Local))
+import Polysemy.Log.Data.DataLog (DataLog (DataLog, Local))
 import Polysemy.Log.Data.Log (Log)
 import qualified Polysemy.Log.Data.LogEntry as LogEntry
 import Polysemy.Log.Data.LogEntry (LogEntry)
diff --git a/polysemy-log-di.cabal b/polysemy-log-di.cabal
--- a/polysemy-log-di.cabal
+++ b/polysemy-log-di.cabal
@@ -5,8 +5,8 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-log-di
-version:        0.2.2.1
-synopsis:       polysemy-log interpreter for di
+version:        0.2.2.2
+synopsis:       Di Adapters for Polysemy-Log
 description:    See <https://hackage.haskell.org/package/polysemy-log-di/docs/Polysemy-Log-Di.html>
 category:       Logging
 homepage:       https://github.com/tek/polysemy-log#readme
@@ -98,11 +98,11 @@
   build-depends:
       base ==4.*
     , di-polysemy >=0.2.0.0 && <0.3
-    , polysemy ==1.5.*
+    , polysemy >=1.5
     , polysemy-conc >=0.1.0.0 && <0.2
     , polysemy-log
-    , polysemy-time >=0.1.1.0 && <0.2
-    , relude >=0.7 && <1.2
+    , polysemy-time >=0.1.1.0
+    , relude >=0.7
     , text
     , time
   mixins:
@@ -182,13 +182,13 @@
       base ==4.*
     , di-polysemy >=0.2.0.0 && <0.3
     , hedgehog
-    , polysemy ==1.5.*
+    , polysemy >=1.5
     , polysemy-conc >=0.1.0.0 && <0.2
     , polysemy-log
     , polysemy-log-di
     , polysemy-test
-    , polysemy-time >=0.1.1.0 && <0.2
-    , relude >=0.7 && <1.2
+    , polysemy-time >=0.1.1.0
+    , relude >=0.7
     , tasty
     , tasty-hedgehog
     , text
