packages feed

lambdabot-xmpp 0.1.0.5 → 0.1.0.6

raw patch · 1 files changed

+8/−8 lines, 1 filesdep +crypton-x509-validationdep −x509-validationdep ~basedep ~mtldep ~network

Dependencies added: crypton-x509-validation

Dependencies removed: x509-validation

Dependency ranges changed: base, mtl, network, text, tls

Files

lambdabot-xmpp.cabal view
@@ -1,5 +1,5 @@ name:                lambdabot-xmpp-version:             0.1.0.5+version:             0.1.0.6 synopsis:            Lambdabot plugin for XMPP (Jabber) protocol description:         Usage: cabal build && .\/dist\/build\/lambdabot\/lambdabot -e 'xmpp-connect asdfasdf example.com 5222 username nick password haskell@conference.example.com' license:             OtherLicense@@ -18,14 +18,14 @@ Source-repository this   type:              git   location:          https://github.com/l29ah/lambdabot-xmpp-  tag:               0.1.0.5+  tag:               0.1.0.6  executable lambdabot-xmpp   main-is:             Main.hs   other-modules:        Modules,                         Paths_lambdabot_xmpp,                         XMPP-  build-depends:        base >= 4.11 && < 4.15,+  build-depends:        base >= 4.11 && < 5,                         pontarius-xmpp >= 0.4.5 && < 0.6,                         lambdabot-core >= 5.1 && < 5.4,                         lambdabot-haskell-plugins >= 5.1 && < 5.4,@@ -37,10 +37,10 @@                         data-default >= 0.7.1.1 && < 0.8,                         split >= 0.2.3.3 && < 0.3,                         lifted-base >= 0.2.3.12 && < 0.3,-                        mtl >= 2.2.2 && < 2.3,-                        network >= 2.6.3.2 && < 3.1,-                        text >= 1.2.3.1 && < 1.3,-                        tls >= 1.4.1 && < 1.6,-                        x509-validation >= 1.6.10 && < 1.7,+                        mtl >= 2.2.2 && < 2.4,+                        network >= 2.6.3.2 && < 3.3,+                        text >= 1.2.3.1 && < 2.2,+                        tls >= 1.4.1 && < 2.2,+                        crypton-x509-validation >= 1.6.10 && < 1.7,                         xml-types >= 0.3.6 && < 0.4   default-language:    Haskell2010