aboutsummaryrefslogtreecommitdiff
path: root/yahb2.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2023-10-15 21:41:13 +0200
committerTom Smeding <tom@tomsmeding.com>2023-10-15 21:41:13 +0200
commit5976161a7649cca7cd56d4335316179031a364ab (patch)
treea60a581f85267bbd6b2b09882b69c87ea219f255 /yahb2.cabal
parenta81f43ed91e15c9c57e65f04dd46f988cfb68f7b (diff)
Vendor in irc-clientHEADmaster
Also: - Make irc-client decode incoming UTF8 leniently - Remove some redundant imports - Switch to GHC 9.4.7
Diffstat (limited to 'yahb2.cabal')
-rw-r--r--yahb2.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/yahb2.cabal b/yahb2.cabal
index 6118010..c722a22 100644
--- a/yahb2.cabal
+++ b/yahb2.cabal
@@ -2,7 +2,7 @@ cabal-version: 2.0
name: yahb2
synopsis: Yet another yet another haskell bot
version: 0.1.0.0
-license: MIT
+license: BSD3
author: Tom Smeding
maintainer: tom@tomsmeding.com
build-type: Simple
@@ -15,12 +15,12 @@ executable yahb2
Ghci
IRC
build-depends:
- base >= 4.13 && < 4.15,
+ base >= 4.14 && < 4.18,
bytestring >= 0.11 && < 0.12,
http-client >= 0.7.11 && < 0.8,
http-client-tls >= 0.3.6.1 && < 0.4,
http-types >= 0.12.3 && < 0.13,
- irc-client >= 1.1.2.2 && < 1.2,
+ irc-client >= 1.1.2.3 && < 1.2,
microlens >= 0.4.12 && < 0.5,
process >= 1.6.13.2 && < 1.7,
random >= 1.2.1.1 && < 1.3,
@@ -30,4 +30,4 @@ executable yahb2
utf8-string >= 1.0.2 && < 1.1
hs-source-dirs: src
default-language: Haskell2010
- ghc-options: -Wall -O2
+ ghc-options: -Wall