diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-07-25 11:55:08 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-07-25 11:55:08 +0200 |
| commit | 638803c27a06c076f5f235bbf753b00738c56915 (patch) | |
| tree | 9f86218ded5698edc7fd20b841fdd475fff95870 /cabal.project | |
| parent | 059db48bf1f006f6ef0d4d4d94118ffb6fdbc462 (diff) | |
Up GHC to 9.12, and vendor half the world
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/cabal.project b/cabal.project index 730db8e..b5a593d 100644 --- a/cabal.project +++ b/cabal.project @@ -1,9 +1,14 @@ packages: . + vendor/connection vendor/irc-client + vendor/irc-conduit -with-compiler: ghc-9.4.7 +with-compiler: ghc-9.12 allow-newer: - irc-client:text, - irc-conduit:text + irc-conduit:text, + irc-conduit:bytestring, + irc-conduit:transformers, + irc-conduit:tls, + connection:tls |
