Cabal revisions of funbot-client-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: funbot-client-version: 0.1.0.0-synopsis: Report events to FunBot over a JSON/HTTP API.-description:- This is a library for reporting events to a running instance of- <https://notabug.org/fr33domlover/funbot.git FunBot>, so that the bot can- announce the event to IRC. For example, if you are writing a paste server,- you can add support for IRC announcments of new pastes by reporting the paste- to a running bot.-homepage: https://notabug.org/fr33domlover/funbot-client/-bug-reports: https://notabug.org/fr33domlover/funbot-client/issues/-license: PublicDomain-license-file: COPYING-author: fr33domlover-maintainer: fr33domlover@riseup.net-copyright: ♡ Copying is an act of love. Please copy, reuse and share.-category: Network, Web-build-type: Simple-extra-source-files: AUTHORS ChangeLog COPYING INSTALL NEWS README.md-cabal-version: >=1.10--source-repository head- type: git- location: https://notabug.org/fr33domlover/funbot-client.git--library- exposed-modules: FunBot.Client- -- other-modules: - -- other-extensions: - build-depends: aeson- , aeson-pretty >=0.7- , base >=4.7 && <5- , bytestring- , funbot-ext-events- , HTTP >=4000.2- , network-uri- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall+name: funbot-client +version: 0.1.0.0 +x-revision: 1 +synopsis: Report events to FunBot over a JSON/HTTP API. +description: + This is a library for reporting events to a running instance of + <https://notabug.org/fr33domlover/funbot.git FunBot>, so that the bot can + announce the event to IRC. For example, if you are writing a paste server, + you can add support for IRC announcments of new pastes by reporting the paste + to a running bot. +homepage: https://notabug.org/fr33domlover/funbot-client/ +bug-reports: https://notabug.org/fr33domlover/funbot-client/issues/ +license: PublicDomain +license-file: COPYING +author: fr33domlover +maintainer: fr33domlover@riseup.net +copyright: ♡ Copying is an act of love. Please copy, reuse and share. +category: Network, Web +build-type: Simple +extra-source-files: AUTHORS ChangeLog COPYING INSTALL NEWS README.md +cabal-version: >=1.10 + +source-repository head + type: git + location: https://notabug.org/fr33domlover/funbot-client.git + +library + exposed-modules: FunBot.Client + -- other-modules: + -- other-extensions: + build-depends: aeson + , aeson-pretty >=0.7 + , base >=4.7 && <5 + , bytestring + , funbot-ext-events + , HTTP >=4000.2 + , network-uri >=2.6 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall