Skip to content

Commit

Permalink
Prepare 2.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Feb 27, 2023
1 parent cbabfe5 commit 3f83aeb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell-ci.yml
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.15.20230211
# version: 0.15.20230227
#
# REGENDATA ("0.15.20230211",["github","cabal.project"])
# REGENDATA ("0.15.20230227",["github","cabal.project"])
#
name: Haskell-CI
on:
Expand All @@ -37,9 +37,9 @@ jobs:
compilerVersion: 9.4.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.6
- compiler: ghc-9.2.7
compilerKind: ghc
compilerVersion: 9.2.6
compilerVersion: 9.2.7
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand Down
6 changes: 3 additions & 3 deletions aeson.cabal
@@ -1,5 +1,5 @@
name: aeson
version: 2.1.2.0
version: 2.1.2.1
license: BSD3
license-file: LICENSE
category: Text, Web, JSON
Expand All @@ -18,7 +18,7 @@ tested-with:
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.6
|| ==9.2.7
|| ==9.4.4

synopsis: Fast JSON parsing and encoding
Expand Down Expand Up @@ -215,7 +215,7 @@ test-suite aeson-tests
, OneTuple
, primitive
, QuickCheck >=2.14.2 && <2.15
, quickcheck-instances >=0.3.26.1 && <0.4
, quickcheck-instances >=0.3.29 && <0.4
, scientific
, strict
, tagged
Expand Down
2 changes: 1 addition & 1 deletion attoparsec-iso8601/attoparsec-iso8601.cabal
Expand Up @@ -14,7 +14,7 @@ cabal-version: >=1.10
homepage: https://github.com/haskell/aeson
bug-reports: https://github.com/haskell/aeson/issues
build-type: Simple
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC ==9.2.6, GHC==9.4.4
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC ==9.2.7, GHC==9.4.4
extra-source-files:
README.md
changelog.md
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/aeson-benchmarks.cabal
Expand Up @@ -10,7 +10,7 @@ tested-with:
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.6
|| ==9.2.7
|| ==9.4.4

flag tasty-bench
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
@@ -1,5 +1,9 @@
For the latest version of this document, please see [https://github.com/haskell/aeson/blob/master/changelog.md](https://github.com/haskell/aeson/blob/master/changelog.md).

### 2.1.2.1

* Support `th-abstraction-0.5`

### 2.1.2.0

* Add `throwDecode :: (MonadThrow m, FromJSON a) => ByteString -> m a`
Expand Down
2 changes: 1 addition & 1 deletion examples/aeson-examples.cabal
Expand Up @@ -16,7 +16,7 @@ tested-with:
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.6
|| ==9.2.7
|| ==9.4.4

library twitter-generic
Expand Down

0 comments on commit 3f83aeb

Please sign in to comment.