From 30e9ed96f3a7683f6a23e689f666ef4a8948e3be Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 14 Jun 2022 18:15:40 +0200 Subject: Initial --- yahb2.cabal | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 yahb2.cabal (limited to 'yahb2.cabal') diff --git a/yahb2.cabal b/yahb2.cabal new file mode 100644 index 0000000..44877fc --- /dev/null +++ b/yahb2.cabal @@ -0,0 +1,30 @@ +cabal-version: 2.0 +name: yahb2 +synopsis: Yet another yet another haskell bot +version: 0.1.0.0 +license: MIT +author: Tom Smeding +maintainer: tom@tomsmeding.com +build-type: Simple + +executable yahb2 + main-is: + Main.hs + other-modules: + ExitEarly + Ghci + IRC + build-depends: + base >= 4.13 && < 4.15, + bytestring >= 0.11 && < 0.12, + irc-client >= 1.1.2.2 && < 1.2, + microlens >= 0.4.12 && < 0.5, + process >= 1.6.13.2 && < 1.7, + random >= 1.2.1.1 && < 1.3, + stm >= 2.5 && < 2.6, + text >= 2.0 && < 2.1, + transformers >= 0.5.6 && < 0.6, + utf8-string >= 1.0.2 && < 1.1 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall -O2 -- cgit v1.2.3-70-g09d2