Skip to content

Commit

Permalink
Merge pull request #17 from phadej/aeson-2.2
Browse files Browse the repository at this point in the history
Allow aeson-2.2
  • Loading branch information
phadej committed Jun 27, 2023
2 parents 275a46d + f6d4940 commit 074693f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.16
# version: 0.16.5
#
# REGENDATA ("0.16",["github","cabal.project"])
# REGENDATA ("0.16.5",["github","cabal.project"])
#
name: Haskell-CI
on:
Expand All @@ -32,19 +32,19 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.6.1
- compiler: ghc-9.6.2
compilerKind: ghc
compilerVersion: 9.6.1
compilerVersion: 9.6.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.4
- compiler: ghc-9.4.5
compilerKind: ghc
compilerVersion: 9.4.4
compilerVersion: 9.4.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.7
- compiler: ghc-9.2.8
compilerKind: ghc
compilerVersion: 9.2.7
compilerVersion: 9.2.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand Down Expand Up @@ -186,8 +186,8 @@ jobs:
- name: install cabal-docspec
run: |
mkdir -p $HOME/.cabal/bin
curl -sL https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20230406/cabal-docspec-0.0.0.20230406-x86_64-linux.xz > cabal-docspec.xz
echo '68fa9addd5dc453d533a74a763950499d4593b1297c9a05c3ea5bd1acc04c9dd cabal-docspec.xz' | sha256sum -c -
curl -sL https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20230517/cabal-docspec-0.0.0.20230517-x86_64-linux.xz > cabal-docspec.xz
echo '3b31bbe463ad4d671abbc103db49628562ec48a6604cab278207b5b6acd21ed7 cabal-docspec.xz' | sha256sum -c -
xz -d < cabal-docspec.xz > $HOME/.cabal/bin/cabal-docspec
rm -f cabal-docspec.xz
chmod a+x $HOME/.cabal/bin/cabal-docspec
Expand Down
8 changes: 4 additions & 4 deletions aeson-optics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ tested-with:
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.7
|| ==9.4.4
|| ==9.6.1
|| ==9.2.8
|| ==9.4.5
|| ==9.6.2

synopsis: Law-abiding optics for aeson
description: Law-abiding optics for aeson.
Expand All @@ -40,7 +40,7 @@ source-repository head
library
default-language: Haskell2010
build-depends:
aeson >=2.0.3.0 && <2.2
aeson >=2.0.3.0 && <2.3
, base >=4.10 && <4.19
, bytestring >=0.10.8.1 && <0.12
, optics-core >=0.4.1 && <0.5
Expand Down

0 comments on commit 074693f

Please sign in to comment.