network-protocol-xmpp 0.4.5 → 0.4.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~gnutlsdep ~text
Dependency ranges changed: gnutls, text
Files
network-protocol-xmpp.cabal view
@@ -1,5 +1,5 @@ name: network-protocol-xmpp-version: 0.4.5+version: 0.4.6 license: GPL-3 license-file: license.txt author: John Millikin <jmillikin@gmail.com>, Stephan Maka <stephan@spaceboyz.net>@@ -21,7 +21,7 @@ source-repository this type: git location: https://john-millikin.com/code/haskell-xmpp/- tag: network-protocol-xmpp_0.4.5+ tag: network-protocol-xmpp_0.4.6 library ghc-options: -Wall -O2@@ -36,7 +36,7 @@ , libxml-sax >= 0.7 && < 0.8 , monads-tf >= 0.1 && < 0.2 , network >= 2.2- , text >= 0.10 && < 0.12+ , text >= 0.10 , transformers >= 0.2 , xml-types >= 0.3 && < 0.4