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

Skip to content

Commit 852a12f

Browse files
authored
Merge pull request haskell-github#319 from phadej/base-compat-0.10
Allow base-compat-0.10
2 parents 24a1f0e + c8b9ca3 commit 852a12f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

github.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: github
22
version: 0.19
3+
x-revision: 2
34
synopsis: Access to the GitHub API, v3.
45
description:
56
The GitHub API provides programmatic access to the full
@@ -145,7 +146,7 @@ Library
145146
-- other packages
146147
build-depends:
147148
aeson >=0.7.0.6 && <1.4,
148-
base-compat >=0.9.1 && <0.10,
149+
base-compat >=0.9.1 && <0.11,
149150
base16-bytestring >=0.1.1.6 && <0.2,
150151
binary >=0.7.1.0 && <0.10,
151152
binary-orphans >=0.1.0.0 && <0.2,

0 commit comments

Comments
 (0)