-- Initial hsendxmpp.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hsendxmpp version: 0.1.1.0 synopsis: sendxmpp clone, sending XMPP messages via CLI -- description: license: OtherLicense license-file: LICENSE author: Sergey Alirzaev maintainer: zl29ah@gmail.com -- copyright: category: Network build-type: Simple cabal-version: >=1.10 Source-repository head type: git location: https://github.com/l29ah/hsendxmpp.git Source-repository this type: git location: https://github.com/l29ah/hsendxmpp.git tag: 0.1.1.0 executable hsendxmpp main-is: Main.hs ghc-options: -fno-warn-tabs -- other-modules: -- other-extensions: build-depends: base >=4.12 && <4.13, pontarius-xmpp >= 0.4.5 && < 0.6, hslogger >= 1.2.8 && < 1.4, string-class >= 0.1.7.0 && < 0.2 -- hs-source-dirs: default-language: Haskell2010