Skip to content

Commit

Permalink
Allow ghc-8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Sep 22, 2018
1 parent 8b55982 commit 4d8b201
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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
12 changes: 6 additions & 6 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,15 +151,15 @@ 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,
unix >=2.7 && <2.8,
unordered-containers >=0.2.7 && <0.3,
vector >=0.11 && <0.13,
vty >=5.23.1 && <5.24,
vty >=5.23.1 && <5.25,

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 @@ -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 4d8b201

Please sign in to comment.