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.
 

38 lines
882 B

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:
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends:
base ^>=4.15.0.0
, discord-haskell
, control-event
, text
, unliftio
hs-source-dirs: app
default-language: Haskell2010