Skip to content

Commit

Permalink
lower ghc bound / fix hackage docs build (#41)
Browse files Browse the repository at this point in the history
* lower ghc bound

* Bump version
  • Loading branch information
turboMaCk committed Dec 29, 2023
1 parent f58403a commit c24afaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -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
@@ -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

0 comments on commit c24afaa

Please sign in to comment.