packages feed

blaze-html 0.2 → 0.2.1

raw patch · 2 files changed

+3/−18 lines, 2 filesdep ~basesetup-changed

Dependency ranges changed: base

Files

Setup.hs view
@@ -1,17 +1,2 @@-#!/usr/bin/env runhaskell- import Distribution.Simple-import Distribution.Simple.Setup-import Distribution.PackageDescription--import Util.GenerateHtmlCombinators (generateHtmlCombinators)--main :: IO ()-main = defaultMainWithHooks hooks-  where-    hooks = simpleUserHooks { preConf = preConf' }--    -- Simple hook that generates the code for the HTML combinators.-    preConf' _ _ = do-        generateHtmlCombinators-        return emptyHookedBuildInfo+main = defaultMain
blaze-html.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version:             0.2+Version:             0.2.1  -- A short (one-line) description of the package. Synopsis:            A blazingly fast HTML combinator library.@@ -41,7 +41,7 @@  Category:            Text -Build-type:          Custom+Build-type:          Simple  -- Extra files to be distributed with the package, such as examples or -- a README.