Cabal revisions of lambdabot-reference-plugins-5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: lambdabot-reference-plugins-version: 5.0--license: GPL-license-file: LICENSE--author: Don Stewart-maintainer: James Cook <mokus@deepbondi.net>--category: Development, Web-synopsis: Lambdabot reference plugins.-description: Lambdabot is an IRC bot written over several years by- those on the #haskell IRC channel.- .- Provided plugins:- .- [dict] Query various dictionaries.- [metar] Look up avian weather reports.- [oeis] Look up number sequences on OEIS.- [search] Query search engines.- [spell] Check spelling of wrods.- [ticker] Look up stock quotes.- [url] Display titles of URLs on channels.- [where] Manage and query a key-URL list.--homepage: http://haskell.org/haskellwiki/Lambdabot--build-type: Simple-cabal-version: >= 1.8-tested-with: GHC == 7.6.3, GHC == 7.8.3--source-repository head- type: git- location: https://github.com/lambdabot/lambdabot.git--flag network-uri- description: Get Network.URI from the network-uri package- default: True--library- hs-source-dirs: src- ghc-options: -Wall- -funbox-strict-fields-- exposed-modules: Lambdabot.Plugin.Reference- Lambdabot.Util.Browser- other-modules: Lambdabot.Plugin.Reference.Dict- Lambdabot.Plugin.Reference.Metar- Lambdabot.Plugin.Reference.OEIS- Lambdabot.Plugin.Reference.Search- Lambdabot.Plugin.Reference.Spell- Lambdabot.Plugin.Reference.Ticker- Lambdabot.Plugin.Reference.Url- Lambdabot.Plugin.Reference.Where-- other-modules: Lambdabot.Config.Reference- Lambdabot.Plugin.Reference.Dict.DictLookup-- build-depends: base >= 4.4 && < 5,- bytestring >= 0.9,- containers >= 0.4,- HTTP >= 4000,- lambdabot-core >= 5 && < 5.1,- mtl >= 2,- oeis >= 0.3.1,- process >= 1.1,- regex-tdfa >= 1.1,- split >= 0.2,- tagsoup >= 0.12,- utf8-string >= 0.3 && < 1-- if flag(network-uri)- build-depends: network-uri >= 2.6, network >= 2.6- else- build-depends: network-uri < 2.6, network < 2.6+name: lambdabot-reference-plugins +version: 5.0 +x-revision: 1 + +license: GPL +license-file: LICENSE + +author: Don Stewart +maintainer: James Cook <mokus@deepbondi.net> + +category: Development, Web +synopsis: Lambdabot reference plugins. +description: Lambdabot is an IRC bot written over several years by + those on the #haskell IRC channel. + . + Provided plugins: + . + [dict] Query various dictionaries. + . + [metar] Look up avian weather reports. + . + [oeis] Look up number sequences on OEIS. + . + [search] Query search engines. + . + [spell] Check spelling of wrods. + . + [ticker] Look up stock quotes. + . + [url] Display titles of URLs on channels. + . + [where] Manage and query a key-URL list. + +homepage: http://haskell.org/haskellwiki/Lambdabot + +build-type: Simple +cabal-version: >= 1.8 +tested-with: GHC == 7.6.3, GHC == 7.8.3 + +source-repository head + type: git + location: https://github.com/lambdabot/lambdabot.git + +flag network-uri + description: Get Network.URI from the network-uri package + default: True + +library + hs-source-dirs: src + ghc-options: -Wall + -funbox-strict-fields + + exposed-modules: Lambdabot.Plugin.Reference + Lambdabot.Util.Browser + other-modules: Lambdabot.Plugin.Reference.Dict + Lambdabot.Plugin.Reference.Metar + Lambdabot.Plugin.Reference.OEIS + Lambdabot.Plugin.Reference.Search + Lambdabot.Plugin.Reference.Spell + Lambdabot.Plugin.Reference.Ticker + Lambdabot.Plugin.Reference.Url + Lambdabot.Plugin.Reference.Where + + other-modules: Lambdabot.Config.Reference + Lambdabot.Plugin.Reference.Dict.DictLookup + + build-depends: base >= 4.4 && < 5, + bytestring >= 0.9, + containers >= 0.4, + HTTP >= 4000, + lambdabot-core >= 5 && < 5.1, + mtl >= 2, + oeis >= 0.3.1, + process >= 1.1, + regex-tdfa >= 1.1, + split >= 0.2, + tagsoup >= 0.12, + utf8-string >= 0.3 && < 1 + + if flag(network-uri) + build-depends: network-uri >= 2.6, network >= 2.6 + else + build-depends: network-uri < 2.6, network < 2.6