lambdabot-reference-plugins 5.0.3 → 5.1
raw patch · 2 files changed
+4/−3 lines, 2 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.3+version: 5.1 license: GPL license-file: LICENSE@@ -34,7 +34,7 @@ build-type: Simple cabal-version: >= 1.8-tested-with: GHC == 7.6.3, GHC == 7.8.3+tested-with: GHC == 7.8.4, GHC == 7.10.3 source-repository head type: git@@ -67,7 +67,7 @@ bytestring >= 0.9, containers >= 0.4, HTTP >= 4000,- lambdabot-core >= 5.0.3 && < 5.1,+ lambdabot-core >= 5.1 && < 5.2, mtl >= 2, oeis >= 0.3.1, process >= 1.1,
src/Lambdabot/Util/Browser.hs view
@@ -10,6 +10,7 @@ import Codec.Binary.UTF8.String import Control.Applicative import Control.Monad.Trans+import Lambdabot.Config import Lambdabot.Config.Reference import Lambdabot.Monad import Lambdabot.Util (limitStr)