packages feed

blaze-colonnade 1.2.0 → 1.2.1

raw patch · 2 files changed

+2/−1 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

blaze-colonnade.cabal view
@@ -1,5 +1,5 @@ name:                blaze-colonnade-version:             1.2.0+version:             1.2.1 synopsis:            Helper functions for using blaze-html with colonnade description:         Blaze HTML and colonnade homepage:            https://github.com/andrewthad/colonnade#readme
src/Text/Blaze/Colonnade.hs view
@@ -1,5 +1,6 @@ {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-}+{-# LANGUAGE BangPatterns #-}  -- | Build HTML tables using @blaze-html@ and @colonnade@. The bottom --   of this page has a tutorial that walks through a full example,