packages feed

yesod 0.10.1.3 → 0.10.1.4

raw patch · 5 files changed

+4/−5 lines, 5 filesdep ~shakespeare-text

Dependency ranges changed: shakespeare-text

Files

scaffold/.ghci.cg view
@@ -1,1 +1,2 @@ :set -i.:config:dist/build/autogen+:set -XCPP -XTemplateHaskell -XQuasiQuotes -XTypeFamilies -XFlexibleContexts -XGADTs -XOverloadedStrings -XMultiParamTypeClasses -XGeneralizedNewtypeDeriving -XEmptyDataDecls
scaffold/Application.hs.cg view
@@ -6,7 +6,6 @@  import Import import Settings-import Settings.StaticFiles (staticSite) import Yesod.Auth import Yesod.Default.Config import Yesod.Default.Main
scaffold/Foundation.hs.cg view
@@ -15,7 +15,6 @@ import Prelude import Yesod import Yesod.Static-import Settings.StaticFiles import Yesod.Auth import Yesod.Auth.BrowserId import Yesod.Auth.GoogleEmail
scaffold/Import.hs.cg view
@@ -2,9 +2,9 @@     ( module Prelude     , module Yesod     , module Foundation+    , module Settings.StaticFiles     , module Data.Monoid     , module Control.Applicative-    , module Settings.StaticFiles     , Text #if __GLASGOW_HASKELL__ < 740     , (<>)
yesod.cabal view
@@ -1,5 +1,5 @@ name:            yesod-version:         0.10.1.3+version:         0.10.1.4 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -101,7 +101,7 @@         cpp-options:     -DWINDOWS     build-depends:     parsec             >= 2.1          && < 4                      , text               >= 0.11         && < 0.12-                     , shakespeare-text   >= 0.10         && < 0.11+                     , shakespeare-text   >= 0.10         && < 0.12                      , bytestring         >= 0.9.1.4  && < 0.10                      , time               >= 1.1.4                      , template-haskell