Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Nov 21, 2023
1 parent e298c4c commit d2706df
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions bot/irc-core-bot.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 2.2
cabal-version: 3.0
name: irc-core-bot
version: 0.1.0.0
synopsis: Example bot using irc-core
Expand Down Expand Up @@ -28,10 +28,10 @@ executable irc-core-bot
Bot.Config

build-depends:
base >=4.9 && <4.19,
base >=4.9 && <4.20,
bytestring >=0.10 && <0.13,
hookup ^>=0.8,
irc-core ^>=2.11,
random >=1.1 && <1.3,
text >=1.2 && <2.2,
containers ^>=0.6,
containers ^>={0.6, 0.7},
2 changes: 1 addition & 1 deletion config-schema
2 changes: 1 addition & 1 deletion config-value
12 changes: 6 additions & 6 deletions glirc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bug-reports: https://github.com/glguy/irc-core/issues
tested-with: GHC==9.4.7

custom-setup
setup-depends: base >=4.12 && <4.19,
setup-depends: base >=4.12 && <4.20,
filepath >=1.4 && <1.5,
Cabal >=2.2 && <4

Expand All @@ -42,7 +42,7 @@ executable glirc
-- Constraints can be found on the library itself
build-depends:
base, glirc, lens, text, vty,
vty-unix ^>=0.1.0.0,
vty-unix ^>=0.2.0.0,

if os(Linux)
ld-options: -Wl,--dynamic-list=exec/linux_exported_symbols.txt
Expand Down Expand Up @@ -163,15 +163,15 @@ library
Build_glirc

build-depends:
base >=4.11 && <4.19,
base >=4.11 && <4.20,
HsOpenSSL >=0.11 && <0.12,
async >=2.2 && <2.3,
attoparsec ^>=0.14,
base64-bytestring >=1.0.0.1&& <1.3,
bytestring >=0.10.8 && <0.13,
config-schema ^>=1.3.0.0,
config-value ^>=0.8,
containers >=0.5.7 && <0.7,
containers >=0.5.7 && <0.8,
curve25519 ^>=0.2.5,
directory >=1.2.6 && <1.4,
filepath >=1.4.1 && <1.5,
Expand All @@ -190,14 +190,14 @@ library
semigroupoids >=5.1 && <6.1,
split >=0.2 && <0.3,
stm >=2.4 && <2.6,
template-haskell >=2.11 && <2.21,
template-haskell >=2.11 && <2.22,
text >=1.2.2 && <2.2,
time >=1.10 && <1.14,
transformers >=0.5.2 && <0.7,
unix >=2.7 && <2.9,
unordered-containers >=0.2.11 && <0.3,
vector >=0.11 && <0.14,
vty ^>=6.0,
vty ^>=6.1,

test-suite test
type: exitcode-stdio-1.0
Expand Down
2 changes: 1 addition & 1 deletion hookup/hookup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
cbits/pem_password_cb.c

build-depends:
base >=4.11 && <4.19,
base >=4.11 && <4.20,
async ^>=2.2,
stm ^>=2.5,
network >=3.0 && <3.2,
Expand Down
6 changes: 3 additions & 3 deletions lib/irc-core.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 2.4
cabal-version: 3.0
name: irc-core
version: 2.11
synopsis: IRC core library for glirc
Expand Down Expand Up @@ -33,12 +33,12 @@ library
Irc.UserInfo
other-modules: View

build-depends: base >=4.11 && <4.19,
build-depends: base >=4.11 && <4.20,
base64-bytestring >= 1.0.0.1 && <1.3,
attoparsec ^>=0.14,
bytestring >=0.10 && <0.13,
hashable >=1.2 && <1.5,
primitive >=0.6 && <0.9,
primitive >=0.6 && <0.10,
text >=1.2 && <2.2,
time >=1.6 && <1.13,
vector >=0.11 && <0.14
Expand Down

0 comments on commit d2706df

Please sign in to comment.