packages feed

hjsmin 0.1.4 → 0.1.4.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

README.markdown view
@@ -1,6 +1,8 @@ hjsmin ====== +[![Build Status](https://secure.travis-ci.org/alanz/hjsmin.png?branch=master)](http://travis-ci.org/alanz/hjsmin)+ Haskell implementation of a javascript minifier  It is intended to be used in conjunction with Hamlet, part of Yesod.@@ -27,6 +29,8 @@  Changes -------++0.1.4.1 - Bump upper bound for containers to < 0.6 for the tests as well as the library  0.1.4 - Include test assets in cabal to allow cabal test to pass. Courtesy of @snoyberg 
hjsmin.cabal view
@@ -1,5 +1,5 @@ name:            hjsmin-version:         0.1.4+version:         0.1.4.1 license:         BSD3 license-file:    LICENSE author:          Alan Zimmerman <alan.zimm@gmail.com>@@ -47,7 +47,7 @@                  , bytestring          >= 0.9     && < 0.11                  , blaze-builder       >= 0.2     && < 1                  , text                >= 0.8     && < 1-                 , containers          >= 0.2     && < 0.5+                 , containers          >= 0.2     && < 0.6                  , language-javascript >= 0.5.4   && < 0.6  source-repository head