packages feed

Cabal revisions of network-protocol-xmpp-0.4.6

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: network-protocol-xmpp-version: 0.4.6-license: GPL-3-license-file: license.txt-author: John Millikin <jmillikin@gmail.com>, Stephan Maka <stephan@spaceboyz.net>-maintainer: John Millikin <jmillikin@gmail.com>-build-type: Simple-cabal-version: >= 1.6-category: Network-stability: experimental-homepage: https://john-millikin.com/software/haskell-xmpp/-bug-reports: mailto:jmillikin@gmail.com--synopsis: Client library for the XMPP protocol.-description:--source-repository head-  type: git-  location: https://john-millikin.com/code/haskell-xmpp/--source-repository this-  type: git-  location: https://john-millikin.com/code/haskell-xmpp/-  tag: network-protocol-xmpp_0.4.6--library-  ghc-options: -Wall -O2-  hs-source-dirs: lib--  build-depends:-      base >= 4.0 && < 5.0-    , bytestring >= 0.9-    , gnuidn >= 0.2 && < 0.3-    , gnutls >= 0.1.4 && < 0.3-    , gsasl >= 0.3 && < 0.4-    , libxml-sax >= 0.7 && < 0.8-    , monads-tf >= 0.1 && < 0.2-    , network >= 2.2-    , text >= 0.10-    , transformers >= 0.2-    , xml-types >= 0.3 && < 0.4--  exposed-modules:-    Network.Protocol.XMPP--  other-modules:-    Network.Protocol.XMPP.Client-    Network.Protocol.XMPP.Client.Authentication-    Network.Protocol.XMPP.Client.Features-    Network.Protocol.XMPP.Component-    Network.Protocol.XMPP.Connections-    Network.Protocol.XMPP.ErrorT-    Network.Protocol.XMPP.Handle-    Network.Protocol.XMPP.JID-    Network.Protocol.XMPP.Monad-    Network.Protocol.XMPP.Stanza-    Network.Protocol.XMPP.XML+name: network-protocol-xmpp
+version: 0.4.6
+x-revision: 1
+license: GPL-3
+license-file: license.txt
+author: John Millikin <jmillikin@gmail.com>, Stephan Maka <stephan@spaceboyz.net>
+maintainer: John Millikin <jmillikin@gmail.com>
+build-type: Simple
+cabal-version: >= 1.6
+category: Network
+stability: experimental
+homepage: https://john-millikin.com/software/haskell-xmpp/
+bug-reports: mailto:jmillikin@gmail.com
+
+synopsis: Client library for the XMPP protocol.
+description:
+
+source-repository head
+  type: git
+  location: https://john-millikin.com/code/haskell-xmpp/
+
+source-repository this
+  type: git
+  location: https://john-millikin.com/code/haskell-xmpp/
+  tag: network-protocol-xmpp_0.4.6
+
+library
+  ghc-options: -Wall -O2
+  hs-source-dirs: lib
+
+  build-depends:
+      base >= 4.0 && < 5.0
+    , bytestring >= 0.9
+    , gnuidn >= 0.2 && < 0.3
+    , gnutls >= 0.1.4 && < 0.2
+    , gsasl >= 0.3 && < 0.4
+    , libxml-sax >= 0.7 && < 0.8
+    , monads-tf >= 0.1 && < 0.2
+    , network >= 2.2
+    , text >= 0.10
+    , transformers >= 0.2
+    , xml-types >= 0.3 && < 0.4
+
+  exposed-modules:
+    Network.Protocol.XMPP
+
+  other-modules:
+    Network.Protocol.XMPP.Client
+    Network.Protocol.XMPP.Client.Authentication
+    Network.Protocol.XMPP.Client.Features
+    Network.Protocol.XMPP.Component
+    Network.Protocol.XMPP.Connections
+    Network.Protocol.XMPP.ErrorT
+    Network.Protocol.XMPP.Handle
+    Network.Protocol.XMPP.JID
+    Network.Protocol.XMPP.Monad
+    Network.Protocol.XMPP.Stanza
+    Network.Protocol.XMPP.XML