packages feed

bamboo-theme-blueprint 2009.6.9 → 2009.6.25

raw patch · 3 files changed

+13/−5 lines, 3 filesdep ~bamboodep ~hack-contribdep ~hcheat

Dependency ranges changed: bamboo, hack-contrib, hcheat, mps

Files

bamboo-theme-blueprint.cabal view
@@ -1,5 +1,5 @@ Name:                 bamboo-theme-blueprint-Version:              2009.6.9+Version:              2009.6.25 Build-type:           Simple Synopsis:             bamboo blueprint theme Description:          bamboo blueprint theme@@ -21,9 +21,9 @@     , containers, process, parsedate >= 3000.0.0, rss == 3000.0.1     , xhtml, utf8-string >= 0.3.3, parsec >= 2, gravatar >= 0.3     , data-default >= 0.2-    , mps >= 2009.5.13, hcheat >= 2009.5.13-    , hack >= 2009.5.19, hack-contrib >= 2009.6.9-    , bamboo >= 2009.6.9+    , mps >= 2009.6.25, hcheat >= 2009.6.25+    , hack >= 2009.5.19, hack-contrib >= 2009.6.25+    , bamboo >= 2009.6.25   hs-source-dirs: src/   exposed-modules:                       Bamboo.Theme.Blueprint
changelog.md view
@@ -1,3 +1,10 @@+2009.6.25+---------++### Fix++* compatible with mps 6.25+ 2009.6.9 -------- 
src/Bamboo/Theme/Blueprint/Helper.hs view
@@ -3,7 +3,6 @@  module Bamboo.Theme.Blueprint.Helper where - import Bamboo.Env import Bamboo.Helper.ByteString import Data.ByteString@@ -11,9 +10,11 @@ import Hack import Hack.Contrib.Constants import Hack.Contrib.Response+import MPS.Heavy import Text.XHtml.Strict hiding (p, meta, body) import qualified Prelude as P import qualified Text.XHtml.Strict as Html+  id :: String -> HtmlAttr id = identifier