Skip to content

Commit

Permalink
Merge branch 'v2' of github.com:glguy/irc-core into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Oct 9, 2018
2 parents 5dba277 + 4d8b201 commit 823aeae
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bot/irc-core-bot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cabal-version: >=1.10

executable irc-core-bot
main-is: Main.hs
build-depends: base >=4.9 && <4.12,
build-depends: base >=4.9 && <4.13,
bytestring >=0.10 && <0.11,
hookup >=0.2 && <0.3,
irc-core >=2.5 && <2.6,
Expand Down
2 changes: 1 addition & 1 deletion config-schema
2 changes: 1 addition & 1 deletion config-value
10 changes: 5 additions & 5 deletions glirc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ bug-reports: https://github.com/glguy/irc-core/issues
tested-with: GHC==8.4.3

custom-setup
setup-depends: base >=4.11 && <4.12,
setup-depends: base >=4.11 && <4.13,
filepath >=1.4 && <1.5,
Cabal >=2.2 && <2.3,
Cabal >=2.2 && <2.5,

source-repository head
type: git
Expand Down Expand Up @@ -127,7 +127,7 @@ library
autogen-modules: Paths_glirc
Build_glirc

build-depends: base >=4.11 && <4.12,
build-depends: base >=4.11 && <4.13,
HsOpenSSL >=0.11 && <0.12,
async >=2.1 && <2.3,
attoparsec >=0.13 && <0.14,
Expand All @@ -151,8 +151,8 @@ library
regex-tdfa >=1.2 && <1.3,
semigroupoids >=5.1 && <5.4,
split >=0.2 && <0.3,
stm >=2.4 && <2.5,
template-haskell >=2.11 && <2.14,
stm >=2.4 && <2.6,
template-haskell >=2.11 && <2.15,
text >=1.2.2 && <1.3,
time >=1.6 && <1.10,
transformers >=0.5.2 && <0.6,
Expand Down
2 changes: 1 addition & 1 deletion hookup/hookup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library
other-modules: Hookup.OpenSSL,
Hookup.Socks5
extra-libraries: ssl
build-depends: base >=4.9 && <4.12,
build-depends: base >=4.9 && <4.13,
network >=2.6 && <2.9,
bytestring >=0.10 && <0.11,
attoparsec >=0.13 && <0.14,
Expand Down
2 changes: 1 addition & 1 deletion lib/irc-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
Irc.UserInfo
other-modules: View

build-depends: base >=4.11 && <4.12,
build-depends: base >=4.11 && <4.13,
base64-bytestring >= 1.0.0.1 && <1.1,
attoparsec >=0.13 && <0.14,
bytestring >=0.10 && <0.11,
Expand Down

0 comments on commit 823aeae

Please sign in to comment.