diff --git a/lib/Polysemy/Chronos/Time.hs b/lib/Polysemy/Chronos/Time.hs
--- a/lib/Polysemy/Chronos/Time.hs
+++ b/lib/Polysemy/Chronos/Time.hs
@@ -52,8 +52,8 @@
   Member (Embed IO) r =>
   Chronos.Time ->
   InterpreterFor ChronosTime r
-interpretTimeChronosAt =
-  interpretTimeChronos .: interpretTimeAt @Timespan
+interpretTimeChronosAt t =
+  interpretTimeChronos . interpretTimeAt @Timespan t
 {-# INLINE interpretTimeChronosAt #-}
 
 negateTimespan :: Timespan -> Timespan
diff --git a/polysemy-chronos.cabal b/polysemy-chronos.cabal
--- a/polysemy-chronos.cabal
+++ b/polysemy-chronos.cabal
@@ -5,13 +5,13 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-chronos
-version:        0.1.2.1
+version:        0.1.2.2
 synopsis:       Polysemy effect for chronos
 description:    Please see the readme on Github at <https://github.com/tek/polysemy-time>
 category:       Time
 author:         Torsten Schmits
 maintainer:     tek@tryp.io
-copyright:      2020 Torsten Schmits
+copyright:      2021 Torsten Schmits
 license:        BSD-2-Clause-Patent
 license-file:   LICENSE
 build-type:     Simple
@@ -24,6 +24,7 @@
       Polysemy.Chronos
       Polysemy.Chronos.Orphans
       Polysemy.Chronos.Time
+  other-modules:
       Paths_polysemy_chronos
   autogen-modules:
       Paths_polysemy_chronos
