Skip to content

Fix #1635 Ease upper bound on aeson dependency - #1638

Open
mpilgrem wants to merge 1 commit into
yesodweb:masterfrom
mpilgrem:fix1635
Open

Fix #1635 Ease upper bound on aeson dependency#1638
mpilgrem wants to merge 1 commit into
yesodweb:masterfrom
mpilgrem:fix1635

Conversation

@mpilgrem

@mpilgrem mpilgrem commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

See:

This is no longer a burning platform because of:

Tested by building on Windows 11 with:

> stack -w stack-ghc-9.10.3.yaml test --no-run-tests

and:

# stack-ghc-9.10.3.yaml

snapshot: lts-24.56 # GHC 9.10.3

packages:
  - ./persistent
  - ./persistent-sqlite
  - ./persistent-test
  - ./persistent-mongoDB
# The Haskell mysql package (a dependency) does not support Windows, unpatched:
# - ./persistent-mysql
  - ./persistent-postgresql
  - ./persistent-redis
  - ./persistent-qq

allow-newer: true
allow-newer-deps:
- postgresql-simple

extra-deps:
# lts-24.56 specifies aeson-2.2.5.0:
- aeson-2.3.1.0@sha256:9570d664d4ca7a8bf9177b0d0849909554042cc39b260e3e19d1bd6a7d2d5433,6404
# lts-24.56 omits postgresql-simple-interval, a dependency of persistent-postgresql:
- postgresql-simple-interval-1.0.1.2@sha256:437e6a7b3a2985ebfffdb3312bb35043f25eefe592096439e209cf8ca9efa4cc,1922

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant