stackage-server/stack.yaml
Bryan Richter 4c8835e5ad
Fix broken stack build
See comment in stack.yaml.

Finally, a mystery is solved.
2026-02-12 21:20:14 +02:00

49 lines
2.2 KiB
YAML

# As this is built on NixOS stable, it has to stay on a GHC that exists on the
# OS.
# I.e. changes here need to be synced with changes to flake.nix and package.nix.
resolver: lts-24.26
extra-deps:
# WARNING: Changing the hoogle version causes stackage-server-cron to regenerate
# Hoogle databases FOR EVERY SNAPSHOT, EVER. Usually, that's ok! But don't
# forget! The consequences are: (1) More disk usage. Hoogle databases are not
# cleaned up on the stackage-server-cron side, nor on the stackage-server side.
# (Yet. This will change.) (2) More bucket usage. While it's easy to say it's a
# drop in the literal bucket, such excessive misuse of storage makes
# administration, backups, disaster recovery, and many other DevOps concerns
# harder and harder. All but the latest LTS's database are literally never used
# anyway. (3) The Hoogle database schema is defined by the first three
# version components. Any more frequent regeneration is pure unadulterated
# waste. (4) Stackage's Hoogle search will be unavailable until the new
# databases have been generated.
- hoogle-5.0.18.4@sha256:1372458e97dff541fcda099236af7936bf93ee6b8c5d15695ee6d9426dff5eed,3171
# FIXME: This version of pantry differs from upstream in a way that has not been explored yet.
- git: https://github.com/commercialhaskell/pantry.git
commit: 5df643cc1deb561d9c52a9cb6f593aba2bc4c08e
# This amazonka includes the unreleased patch to support Cloudflare, which kinda
# has a bug. See https://github.com/brendanhay/amazonka/issues/975 for details.
- github: brendanhay/amazonka
commit: 'a7d699be1076e2aad05a1930ca3937ffea954ad8'
subdirs:
- lib/amazonka-core
- lib/services/amazonka-s3
- lib/amazonka
- lib/services/amazonka-sso
- lib/services/amazonka-sts
- barrier-0.1.1
- microlens-pro-0.2.0.3
allow-newer: true
allow-newer-deps:
- pantry
- barrier
# Minimum nix setup for running stack on NixOS.
# Do NOT use the included shell.nix. It can create invalid successful builds on
# NixOS that fail on other systems. This happens because Haskell packages are
# injected into "GHC"'s package database. Packages that *should* be listed here
# as extra-deps are silently picked up on NixOS, but missing on other systems.
nix:
packages:
- pkg-config
- zlib
- postgresql