diff --git a/System/Clock.hsc b/System/Clock.hsc
--- a/System/Clock.hsc
+++ b/System/Clock.hsc
@@ -14,7 +14,7 @@
   , timeSpecAsNanoSecs
   ) where
 
-import Control.Applicative()
+import Control.Applicative ((<$>), (<*>))
 import Data.Int
 import Data.Typeable (Typeable)
 import Foreign.Ptr
diff --git a/clock.cabal b/clock.cabal
--- a/clock.cabal
+++ b/clock.cabal
@@ -1,5 +1,5 @@
 name:          clock
-version:       0.4.4.0
+version:       0.4.5.0
 stability:     stable
 synopsis:      High-resolution clock functions: monotonic, realtime, cputime.
 description:   A package for convenient access to high-resolution clock and
@@ -21,6 +21,8 @@
                .
                Added @timeSpecAsNanoSecs@ as observed widely-used by Chris Done on 2015-01-06, exported correctly on 2015-04-20.
                .
+               Imported Control.Applicative operators correctly for Haskell Platform on Windows on 2015-04-21.
+               .
                [Version Scheme]
                Major-@/R/@-ewrite . New-@/F/@-unctionality . @/I/@-mprovementAndBugFixes . @/P/@-ackagingOnly
                .
@@ -31,8 +33,8 @@
 license-file:  LICENSE
 author:        Cetin Sert <cetin@corsis.eu>, Corsis Research
 maintainer:    Cetin Sert <cetin@corsis.eu>, Corsis Research
-homepage:      http://corsis.github.com/clock/
-bug-reports:   http://corsis.github.com/clock/issues
+homepage:      https://github.com/corsis/clock
+bug-reports:   https://github.com/corsis/clock/issues
 category:      System
 build-type:    Simple
 cabal-version: >= 1.6
