packages feed

blunt 0.0.4 → 0.0.5

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~arraydep ~containersdep ~haskell-src-extsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: array, containers, haskell-src-exts, transformers

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## v0.0.05 (2015-03-19)++-   Constraint versions of `pointfree` dependencies.+ ## v0.0.4 (2015-03-19)  -   Allow setting the port with the `PORT` environment variable.
blunt.cabal view
@@ -1,5 +1,5 @@ name: blunt-version: 0.0.4+version: 0.0.5 cabal-version: >=1.10 build-type: Simple license: MIT@@ -32,10 +32,10 @@      -- pointfree     build-depends:-        array,-        containers,-        haskell-src-exts,-        transformers+        array >=0.3 && <0.6,+        containers >=0.4 && <0.6,+        haskell-src-exts ==1.16.*,+        transformers <0.5     other-modules:         Pointfree         Plugin.Pl.Common