Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lower ghc bound / fix hackage docs build #41

Merged
merged 2 commits into from
Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Revision history for aeson-combinators

## 0.1.1.0 -- 2023-12-29
* lower bound for aeson-parser dependecy to fix build of documentation in hackage

## 0.1.1.0 -- 2023-12-28
* Aeson 2.2.x compatibility

Expand Down
4 changes: 2 additions & 2 deletions aeson-combinators.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: aeson-combinators
version: 0.1.2.0
version: 0.1.2.1
synopsis: Aeson combinators for dead simple JSON decoding
description:
Low overhead value space `Decoder`
Expand Down Expand Up @@ -49,7 +49,7 @@ library
, void
, scientific

if impl(ghc >= 9.8.0)
if impl(ghc >= 9.2.0)
build-depends:
attoparsec-aeson
hs-source-dirs: lib
Expand Down