packages feed

stomp-queue 0.2.2 → 0.3.1

raw patch · 3 files changed

+14/−4 lines, 3 filesdep ~stompl

Dependency ranges changed: stompl

Files

changelog.md view
@@ -1,3 +1,13 @@+__0.3.1__+  Changes:++	- stompl version >= 0.5.0 is now mandatory+          Rational: previous versions were very slow+                    on parsing large messages.+                    Version 0.5.0 solve this problem.+                    Benchmarks show that messages of 1MB and+                    beyond are parsed up to 10.000 times faster.+ __0.2.2__      Changes (minor):
license/lgpl-3.0ex.txt view
@@ -1,5 +1,5 @@ These library and tools were written by and are copyrighted to-    (c) copyright 2011-2015    Tobias Schoofs +    (c) copyright 2011-2016    Tobias Schoofs   The library is licensed under the terms of the GNU Lesser General Public Licence (LGPL), which follows below,
stomp-queue.cabal view
@@ -1,7 +1,7 @@ Name:            stomp-queue-Version:         0.2.2+Version:         0.3.1 Cabal-Version:   >= 1.8-Copyright:       Copyright (c) Tobias Schoofs, 2011 - 2015+Copyright:       Copyright (c) Tobias Schoofs, 2011 - 2016 License:         LGPL license-file:    license/lgpl-3.0ex.txt Author:          Tobias Schoofs@@ -46,7 +46,7 @@                    conduit             >= 1.2.3.1,                    conduit-extra       >= 1.1.6.2,                    network-conduit-tls >= 1.1.0.2,-                   stompl              >= 0.1.1,+                   stompl              >= 0.5.0,                    mime                >= 0.3.3,                    time                >= 1.1.4