Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d0f54d

Browse files
committed
Support GHC-8.4.1
1 parent 67b4a39 commit 8d0f54d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

github.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ homepage: https://github.com/phadej/github
2525
copyright: Copyright 2012-2013 Mike Burns, Copyright 2013-2015 John Wiegley, Copyright 2016 Oleg Grenrus
2626
category: Network
2727
build-type: Simple
28-
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2
28+
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1
2929
cabal-version: >=1.10
3030
extra-source-files:
3131
README.md,
@@ -133,7 +133,7 @@ Library
133133

134134
-- Packages bundles with GHC, mtl and text are also here
135135
build-depends:
136-
base >=4.7 && <4.11,
136+
base >=4.7 && <4.12,
137137
bytestring >=0.10.4.0 && <0.11,
138138
containers >=0.5.5.1 && <0.6,
139139
deepseq >=1.3.0.2 && <1.5,
@@ -144,15 +144,15 @@ Library
144144

145145
-- other packages
146146
build-depends:
147-
aeson >=0.7.0.6 && <1.3,
147+
aeson >=0.7.0.6 && <1.4,
148148
base-compat >=0.9.1 && <0.10,
149149
base16-bytestring >=0.1.1.6 && <0.2,
150150
binary >=0.7.1.0 && <0.10,
151151
binary-orphans >=0.1.0.0 && <0.2,
152152
byteable >=0.1.1 && <0.2,
153153
cryptohash >=0.11 && <0.12,
154154
deepseq-generics >=0.1.1.2 && <0.3,
155-
exceptions >=0.8.0.2 && <0.9,
155+
exceptions >=0.8.0.2 && <0.11,
156156
hashable >=1.2.3.3 && <1.3,
157157
http-client >=0.4.8.1 && <0.6,
158158
http-client-tls >=0.2.2 && <0.4,
@@ -161,7 +161,7 @@ Library
161161
iso8601-time >=0.1.4 && <0.2,
162162
network-uri >=2.6.0.3 && <2.7,
163163
semigroups >=0.16.2.2 && <0.19,
164-
transformers-compat >=0.4.0.3 && <0.6,
164+
transformers-compat >=0.4.0.3 && <0.7,
165165
unordered-containers >=0.2 && <0.3,
166166
vector >=0.10.12.3 && <0.13,
167167
vector-instances >=3.3.0.1 && <3.5,

0 commit comments

Comments
 (0)