packages feed

Phsu 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~time

Dependency ranges changed: time

Files

Phsu.cabal view
@@ -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:      
src/Diffs.hs view
@@ -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)