diff --git a/System/Clock.hsc b/System/Clock.hsc
--- a/System/Clock.hsc
+++ b/System/Clock.hsc
@@ -11,9 +11,10 @@
   , getTime
   , getRes
   , diffTimeSpec
+  , 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.3.0
+version:       0.4.4.0
 stability:     stable
 synopsis:      High-resolution clock functions: monotonic, realtime, cputime.
 description:   A package for convenient access to high-resolution clock and
@@ -19,7 +19,7 @@
                .
                Windows code corrected by Dimitri Sabadie on 2015-02-09.
                .
-               Added @timeSpecAsNanoSecs@ as observed widely-used by Chris Done on 2015-01-06.
+               Added @timeSpecAsNanoSecs@ as observed widely-used by Chris Done on 2015-01-06, exported correctly on 2015-04-20.
                .
                [Version Scheme]
                Major-@/R/@-ewrite . New-@/F/@-unctionality . @/I/@-mprovementAndBugFixes . @/P/@-ackagingOnly
