You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
cabal-version: 2.4 name: botiut version: 0.1.0.0
-- A short (one-line) description of the package. synopsis: A discord bot
-- A longer description of the package. description: A discord bot
-- A URL where users can report bugs. -- bug-reports:
-- The license under which the package is released. license: BSD-3-Clause author: Antoine "Annwan" COMBET maintainer: annwan@outlook.fr
-- category: extra-source-files: README.org
executable botiut main-is: Main.hs
-- Modules included in this executable, other than Main. other-modules: Commands , Commands.EDT
-- LANGUAGE extensions used by modules in this package. -- other-extensions: build-depends: base ^>=4.14.0.0 , discord-haskell , control-event , text , unliftio , containers , unordered-containers , iCalendar , bytestring , yaml hs-source-dirs: app default-language: Haskell2010
|