diff --git a/Phsu.cabal b/Phsu.cabal
--- a/Phsu.cabal
+++ b/Phsu.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.2
+version:             0.1.0.3
 
 -- A short (one-line) description of the package.
 synopsis:            Personal Happstack Server Utils
@@ -61,7 +61,7 @@
   other-extensions:    DeriveDataTypeable, FlexibleContexts, GeneralizedNewtypeDeriving, MultiParamTypeClasses, OverloadedStrings, ScopedTypeVariables, TemplateHaskell, TypeFamilies, FlexibleInstances
   
   -- Other library packages from which modules are imported.
-  build-depends:       base<5, happstack-server, happstack-server-tls, acid-state, blaze-html, text, mtl, containers, network, network-uri, regex-base, lifted-base, monad-control, safecopy, filepath, aeson, time, old-locale, blaze-markup, process, curl, temporary, MissingH, regex-pcre, friendly-time, string-conversions
+  build-depends:       base<5, happstack-server, happstack-server-tls, acid-state, blaze-html, text, mtl, containers, network, network-uri, regex-base, lifted-base, monad-control, safecopy, filepath, aeson, time==1.4.2, old-locale, blaze-markup, process, curl, temporary, MissingH, regex-pcre, friendly-time, string-conversions
   
   -- Directories containing source files.
   -- hs-source-dirs:      
diff --git a/src/Diffs.hs b/src/Diffs.hs
--- a/src/Diffs.hs
+++ b/src/Diffs.hs
@@ -22,7 +22,7 @@
 import GHC.Generics
 import Happstack.Server
 import Network.Curl (curlGetString)
-import System.Locale (defaultTimeLocale)
+import System.Locale(defaultTimeLocale)
 import Template (template, myPolicy)
 import Text.Blaze.Html5 (Html, (!), toHtml, toValue)
 import Text.Blaze.Html5.Attributes (action, size, type_, value)
