packages feed

yesod 0.10.1.2 → 0.10.1.3

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

scaffold/Import.hs.cg view
@@ -6,7 +6,7 @@     , module Control.Applicative     , module Settings.StaticFiles     , Text-#if __GLASGOW_HASKELL__ <= 740+#if __GLASGOW_HASKELL__ < 740     , (<>) #endif     ) where@@ -19,7 +19,7 @@ import Data.Text (Text) import Settings.StaticFiles -#if __GLASGOW_HASKELL__ <= 740+#if __GLASGOW_HASKELL__ < 740 infixr 5 <> (<>) :: Monoid m => m -> m -> m (<>) = mappend
yesod.cabal view
@@ -1,5 +1,5 @@ name:            yesod-version:         0.10.1.2+version:         0.10.1.3 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>