diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,2 +1,4 @@
+0.4.2
+* Add missing time-locale-compat dependency for test suite.
 0.4.1
 * Fixed incorrect license file. rotating-log is BSD-3.
diff --git a/rotating-log.cabal b/rotating-log.cabal
--- a/rotating-log.cabal
+++ b/rotating-log.cabal
@@ -1,5 +1,5 @@
 name:                rotating-log
-version:             0.4.1
+version:             0.4.2
 description:         Size-limited, concurrent, automatically-rotating log writer.
 Synopsis:            Size-limited, concurrent, automatically-rotating log writer.
 license:             BSD3
@@ -42,7 +42,13 @@
     base,
     bytestring,
     time,
+    time-locale-compat,
     filepath,
     directory
 
   ghc-options: -Wall -fwarn-tabs -threaded
+
+
+source-repository head
+  type:     git
+  location: git://github.com/Soostone/rotating-log.git
