packages feed

happstack-heist 6.0.0 → 6.0.1

raw patch · 2 files changed

+1/−3 lines, 2 filesdep −hexpatPVP ok

version bump matches the API change (PVP)

Dependencies removed: hexpat

API changes (from Hackage documentation)

Files

Happstack/Server/Heist.hs view
@@ -19,7 +19,6 @@ import System.FilePath                         (joinPath) import Text.Templating.Heist                   (renderTemplate) import Text.Templating.Heist.TemplateDirectory (TemplateDirectory, getDirectoryTS, reloadTemplateDirectory)-import qualified  Text.XML.Expat.Tree          as X  -- | serve the heist templates from the 'TemplateDirectory m' templateServe :: (ServerMonad m, MonadPlus m, MonadIO m) =>
happstack-heist.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-heist-Version:             6.0.0+Version:             6.0.1 Synopsis:            Support for using Heist templates in Happstack Description:         Happstack is a web application framework. Heist is an XML templating solution. This package makes it easy to use Heist templates with Happstack. Homepage:            http://www.happstack.com/@@ -25,5 +25,4 @@                        filepath,                        happstack-server >= 6.0 && < 6.1,                        heist >= 0.5 && < 0.6,-                       hexpat == 0.19.*,                        mtl == 2.*