lambdabot-xmpp 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+7/−5 lines, 3 filesdep ~basesetup-changed
Dependency ranges changed: base
Files
- Setup.hs +0/−2
- Setup.lhs +4/−0
- lambdabot-xmpp.cabal +3/−3
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
+ Setup.lhs view
@@ -0,0 +1,4 @@+#!/usr/bin/env runhaskell++> import Distribution.Simple+> main = defaultMain
lambdabot-xmpp.cabal view
@@ -1,5 +1,5 @@ name: lambdabot-xmpp-version: 0.1.0.0+version: 0.1.0.1 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.0+ tag: 0.1.0.1 executable lambdabot main-is: Main.hs other-modules: Modules, Paths_lambdabot_xmpp, XMPP- build-depends: base >=4.11 && <4.12,+ build-depends: base >=4.11 && <4.13, pontarius-xmpp >= 0.4.5 && < 0.6, lambdabot-core >= 5.1 && < 5.2, lambdabot-haskell-plugins >= 5.1 && < 5.2,