haboli-bot-collection/haboli-testbot/haboli-testbot.cabal
Joscha b93f7f38ec Update to new yaboli version
[testbot] Add echo command that works like Sumairu's
2020-04-09 19:19:19 +00:00

60 lines
1.5 KiB
Text

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: d5c030fa8dd9717353e88856ef71c7e7c92cc984be5d40a99a071c221cf9c1e5
name: haboli-testbot
version: 0.1.0.0
synopsis: A bot used for testing small things
description: See <https://github.com/Garmelon/haboli-bot-collection/haboli-testbot#readme>
homepage: https://github.com/Garmelon/haboli-bot-collection#readme
bug-reports: https://github.com/Garmelon/haboli-bot-collection/issues
author: Garmelon <joscha@plugh.de>
maintainer: Garmelon <joscha@plugh.de>
copyright: 2020 Garmelon
license: MIT
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/Garmelon/haboli-bot-collection
library
exposed-modules:
Haboli.Bots.TestBot
other-modules:
Paths_haboli_testbot
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, haboli
, megaparsec
, microlens-platform
, text
, time
default-language: Haskell2010
executable haboli-testbot
main-is: Main.hs
other-modules:
Paths_haboli_testbot
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, haboli
, haboli-testbot
, megaparsec
, microlens-platform
, text
, time
default-language: Haskell2010