Copy ExampleBot over as InfoBot

This commit is contained in:
Joscha 2020-04-09 11:47:22 +00:00
parent 675e88a105
commit 5292fd9883
6 changed files with 110 additions and 11 deletions

View file

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: cbb37543f441c735429df4c7e5caec2cf786ed7d2e27cd612cb81c71f5c1be0b
-- hash: 7c1fd2d5312d7a2c2d70aed2270863ae9ee89af790c2eeb279d800f89d110ba1
name: haboli-infobot
version: 0.1.0.0
@ -25,13 +25,19 @@ source-repository head
location: https://github.com/Garmelon/haboli-bot-collection
library
exposed-modules:
Haboli.Bots.InfoBot
other-modules:
Paths_haboli_infobot
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, haboli
, microlens-platform
, text
, time
default-language: Haskell2010
executable haboli-infobot
@ -43,6 +49,10 @@ executable haboli-infobot
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, haboli
, haboli-infobot
, microlens-platform
, text
, time
default-language: Haskell2010