name: lambdabot-novelty-plugins
version: 5.0.2.1
license: GPL
license-file: LICENSE
author: Don Stewart
maintainer: James Cook <mokus@deepbondi.net>
category: Development, Web
synopsis: Novelty plugins for Lambdabot
description: Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[bf] Run Brainf*ck code.
.
[dice] Roll some dice.
.
[elite] zPEak Gib8erI$|-|.
.
[filter] More gibberish.
.
[numberwang] Sorry, that's not Numberwang.
.
[quote] Parrot profound wisdom.
.
[slap] Delegate punishment.
.
[unlambda] Run Unlambda code.
.
[vixen] Let's chat, honey.
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
library
hs-source-dirs: src
ghc-options: -Wall
-funbox-strict-fields
exposed-modules: Lambdabot.Plugin.Novelty
other-modules: Lambdabot.Config.Novelty
Lambdabot.Plugin.Novelty.BF
Lambdabot.Plugin.Novelty.Dice
Lambdabot.Plugin.Novelty.Elite
Lambdabot.Plugin.Novelty.Filter
Lambdabot.Plugin.Novelty.Numberwang
Lambdabot.Plugin.Novelty.Quote
Lambdabot.Plugin.Novelty.Slap
Lambdabot.Plugin.Novelty.Unlambda
Lambdabot.Plugin.Novelty.Vixen
other-modules: Lambdabot.Util.Process
build-depends: base >= 4.4 && < 5,
binary >= 0.5,
bytestring >= 0.9,
containers >= 0.4,
dice >= 0.1,
directory >= 1.1,
lambdabot-core >= 5.0.1 && < 5.1,
misfortune >= 0.1,
process >= 1.1,
random-fu >= 0.2,
regex-tdfa >= 1.1,
-- runtime dependencies
brainfuck >= 0.1,
unlambda >= 0.1