diff --git a/lib/Polysemy/Time/Ghc.hs b/lib/Polysemy/Time/Ghc.hs
--- a/lib/Polysemy/Time/Ghc.hs
+++ b/lib/Polysemy/Time/Ghc.hs
@@ -44,5 +44,5 @@
   Member (Embed IO) r =>
   UTCTime ->
   InterpreterFor GhcTime r
-interpretTimeGhcAt =
-  interpretTimeGhc .: interpretTimeAt @NominalDiffTime
+interpretTimeGhcAt t =
+  interpretTimeGhc . interpretTimeAt @NominalDiffTime t
diff --git a/polysemy-time.cabal b/polysemy-time.cabal
--- a/polysemy-time.cabal
+++ b/polysemy-time.cabal
@@ -5,13 +5,13 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-time
-version:        0.1.2.1
+version:        0.1.2.2
 synopsis:       Polysemy effect for time
 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
@@ -33,9 +33,9 @@
       Polysemy.Time.Orphans
       Polysemy.Time.Prelude
       Polysemy.Time.Sleep
-      Paths_polysemy_time
   other-modules:
       Prelude
+      Paths_polysemy_time
   autogen-modules:
       Paths_polysemy_time
   hs-source-dirs:
