packages feed

ivy-web 0.1 → 0.1.1

raw patch · 1 files changed

+19/−10 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ivy-web.cabal view
@@ -7,18 +7,25 @@ -- 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.1+Version:             0.1.1  -- A short (one-line) description of the package.-Synopsis:            A lightweight web framework, with type safe routes, based on invertible-syntax, and i18n support.+Synopsis:            A lightweight web framework  -- A longer description of the package.-Description:         The features of this web framework:-    *   Type safe routes, specify url-handler mapping in one place-    *   Simple yet elegant handler via type class-    *   Flexible template system, utilize exsisting libraries such as Blaze-Html and Hastache.-    *   Easy i18n-    For an example, refer to https://github.com/lilac/ivy-example/+Description:         A lightweight web framework, with type safe routes, based on invertible-syntax, and i18n support.+    .+        The features of this web framework:+    .+        *   Type safe routes, specify url-handler mapping in one place.+    .+        *   Simple yet elegant handler via type class.+    .+        *   Flexible template system, utilize exsisting libraries such as Blaze-Html and Hastache.+    .+        *   Easy i18n+    .+        For an example, please refer to <https://github.com/lilac/ivy-example/>  -- URL for the project homepage or repository. Homepage:            https://github.com/lilac/ivy-web/@@ -48,7 +55,7 @@ -- Extra-source-files:    -- Constraint on the version of Cabal needed to build this package.-Cabal-version:       >=1.2+Cabal-version:       >=1.6   Library@@ -72,4 +79,6 @@      -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.   -- Build-tools:         -  +source-repository head+  type:     git+  location: git://github.com/lilac/ivy-web