lambdabot-novelty-plugins 5.2 → 5.3
raw patch · 2 files changed
+6/−5 lines, 2 filesdep ~lambdabot-coresetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lambdabot-core
API changes (from Hackage documentation)
Files
- Setup.hs +1/−1
- lambdabot-novelty-plugins.cabal +5/−4
Setup.hs view
@@ -1,3 +1,3 @@ #!/usr/bin/env runhaskell import Distribution.Simple-main = defaultMainWithHooks defaultUserHooks+main = defaultMain
lambdabot-novelty-plugins.cabal view
@@ -1,5 +1,5 @@ name: lambdabot-novelty-plugins-version: 5.2+version: 5.3 license: GPL license-file: LICENSE@@ -35,8 +35,8 @@ homepage: https://wiki.haskell.org/Lambdabot build-type: Simple-cabal-version: >= 1.8-tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5+cabal-version: >= 1.10+tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3 source-repository head type: git@@ -46,6 +46,7 @@ hs-source-dirs: src ghc-options: -Wall -funbox-strict-fields+ default-language: Haskell98 exposed-modules: Lambdabot.Plugin.Novelty other-modules: Lambdabot.Config.Novelty@@ -67,7 +68,7 @@ containers >= 0.4, dice >= 0.1, directory >= 1.1,- lambdabot-core >= 5.2 && < 5.3,+ lambdabot-core >= 5.3 && < 5.4, misfortune >= 0.1, process >= 1.1, random-fu >= 0.2.6.2,