diff --git a/src/System/Taffybar.hs b/src/System/Taffybar.hs
--- a/src/System/Taffybar.hs
+++ b/src/System/Taffybar.hs
@@ -141,7 +141,6 @@
 
 -- | The parameters that are passed to Dyre when taffybar is invoked with
 -- 'dyreTaffybar'.
-taffybarDyreParams :: Dyre.Params TaffybarConfig
 taffybarDyreParams =
   Dyre.defaultParams
   { Dyre.projectName = "taffybar"
diff --git a/taffybar.cabal b/taffybar.cabal
--- a/taffybar.cabal
+++ b/taffybar.cabal
@@ -1,5 +1,5 @@
 name: taffybar
-version: 3.2.4
+version: 3.2.5
 synopsis: A desktop bar similar to xmobar, but with more GUI
 license: BSD3
 license-file: LICENSE
@@ -45,7 +45,7 @@
                , dbus >= 1.2.11 && < 2.0.0
                , dbus-hslogger >= 0.1.0.1 && < 0.2.0.0
                , directory
-               , dyre >= 0.8.6 && < 0.9
+               , dyre >= 0.8.6 && < 0.10
                , either >= 4.0.0.0
                , enclosed-exceptions >= 1.0.0.1
                , filepath
