lambdabot-reference-plugins 5.0 → 5.0.1
raw patch · 1 files changed
+9/−2 lines, 1 filesdep ~lambdabot-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lambdabot-core
API changes (from Hackage documentation)
Files
lambdabot-reference-plugins.cabal view
@@ -1,5 +1,5 @@ name: lambdabot-reference-plugins-version: 5.0+version: 5.0.1 license: GPL license-file: LICENSE@@ -15,12 +15,19 @@ 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@@ -60,7 +67,7 @@ bytestring >= 0.9, containers >= 0.4, HTTP >= 4000,- lambdabot-core >= 5 && < 5.1,+ lambdabot-core >= 5.0.1 && < 5.1, mtl >= 2, oeis >= 0.3.1, process >= 1.1,