stompl 0.1.0 → 0.1.1
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~attoparsecdep ~bytestring
Dependency ranges changed: attoparsec, bytestring
Files
- Network/Mom/Stompl/Frame.hs +1/−1
- stompl.cabal +4/−4
Network/Mom/Stompl/Frame.hs view
@@ -1240,7 +1240,7 @@ putHeader h = let k = esc $ fst h v = esc $ snd h- in U.fromString $ k ++ ":" ++ v ++ "\n"+ in U.fromString $ k ++ ":" ++ v ++ "\n" where esc = foldl' (\l -> (++) l . conv) [] conv c = case c of '\n' -> "\\n"
stompl.cabal view
@@ -1,8 +1,8 @@ Name: stompl Category: Message-Oriented Middleware, Network, Stomp, Parser-Version: 0.1.0+Version: 0.1.1 Cabal-Version: >= 1.8-Copyright: Copyright (c) Tobias Schoofs, 2011 - 2012+Copyright: Copyright (c) Tobias Schoofs, 2011 - 2013 License: LGPL license-file: license/lgpl-3.0.txt Author: Tobias Schoofs@@ -114,9 +114,9 @@ Library Build-Depends: base >= 4.0 && < 5.0,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.10, utf8-string >= 0.3.6,- attoparsec >= 0.9.1.1,+ attoparsec >= 0.10, split >= 0.1.4.1, mime >= 0.3.3 -- 3.0.3.2,