aboutsummaryrefslogtreecommitdiff
path: root/yahb2.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-07-25 11:55:08 +0200
committerTom Smeding <tom@tomsmeding.com>2026-07-25 11:55:08 +0200
commit638803c27a06c076f5f235bbf753b00738c56915 (patch)
tree9f86218ded5698edc7fd20b841fdd475fff95870 /yahb2.cabal
parent059db48bf1f006f6ef0d4d4d94118ffb6fdbc462 (diff)
Up GHC to 9.12, and vendor half the world
Diffstat (limited to 'yahb2.cabal')
-rw-r--r--yahb2.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/yahb2.cabal b/yahb2.cabal
index c722a22..f931e66 100644
--- a/yahb2.cabal
+++ b/yahb2.cabal
@@ -15,18 +15,18 @@ executable yahb2
Ghci
IRC
build-depends:
- base >= 4.14 && < 4.18,
- bytestring >= 0.11 && < 0.12,
+ base >= 4.21 && < 4.23,
+ bytestring >= 0.12 && < 0.13,
http-client >= 0.7.11 && < 0.8,
- http-client-tls >= 0.3.6.1 && < 0.4,
+ http-client-tls >= 0.4 && < 0.5,
http-types >= 0.12.3 && < 0.13,
irc-client >= 1.1.2.3 && < 1.2,
- microlens >= 0.4.12 && < 0.5,
+ microlens >= 0.5 && < 0.6,
process >= 1.6.13.2 && < 1.7,
- random >= 1.2.1.1 && < 1.3,
+ random >= 1.3 && < 1.4,
stm >= 2.5 && < 2.6,
- text >= 2.0 && < 2.1,
- transformers >= 0.5.6 && < 0.6,
+ text >= 2.1 && < 2.2,
+ transformers >= 0.6 && < 0.7,
utf8-string >= 1.0.2 && < 1.1
hs-source-dirs: src
default-language: Haskell2010