Skip to content

Commit ec9380c

Browse files
committed
Remove aeson-compat flag
1 parent e27ee4c commit ec9380c

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
## Changes for 0.20
22

33
- Add ratelimit endpoint
4-
[#315](https://github.com/phadej/github/pull/315/)
4+
[#315](https://github.com/phadej/github/pull/315)
55
- Add some deployment endoints
6-
[#330](https://github.com/phadej/github/pull/330/)
6+
[#330](https://github.com/phadej/github/pull/330)
77
- Add webhook installation events
8-
[#329](https://github.com/phadej/github/pull/330/)
8+
[#329](https://github.com/phadej/github/pull/330)
9+
- Tigthen lower bounds (also remove aeson-compat dep)
10+
[#332](https://github.com/phadej/github/pull/332)
911

1012
## Changes for 0.19
1113

github.cabal

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ extra-source-files:
3838
fixtures/user-organizations.json,
3939
fixtures/user.json
4040

41-
flag aeson-compat
42-
description: Whether to use aeson-compat or aeson-extra
43-
default: True
44-
manual: False
45-
4641
source-repository head
4742
type: git
4843
location: git://github.com/phadej/github.git

0 commit comments

Comments
 (0)