mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-27 19:30:25 +01:00
Merge f4f40bfcfa into 51592009a1
This commit is contained in:
commit
2dbae90dee
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -11,12 +11,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Haskell GHC
|
name: Haskell GHC
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: haskell-actions/setup@v2
|
- uses: haskell-actions/setup@v2
|
||||||
with:
|
with:
|
||||||
enable-stack: true
|
enable-stack: true
|
||||||
stack-no-global: true
|
stack-no-global: true
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.stack
|
~/.stack
|
||||||
|
|||||||
@ -24,10 +24,18 @@ extra-deps:
|
|||||||
- github: brendanhay/amazonka
|
- github: brendanhay/amazonka
|
||||||
commit: '85e0289f8dc23c54b00f7f1a09845be7e032a1eb'
|
commit: '85e0289f8dc23c54b00f7f1a09845be7e032a1eb'
|
||||||
subdirs: [lib/amazonka-core]
|
subdirs: [lib/amazonka-core]
|
||||||
|
- Cabal-3.12.1.0
|
||||||
|
- Cabal-syntax-3.12.1.0
|
||||||
|
|
||||||
allow-newer: true
|
allow-newer: true
|
||||||
allow-newer-deps:
|
allow-newer-deps:
|
||||||
- pantry
|
- pantry
|
||||||
|
- postgresql-libpq
|
||||||
|
- hackage-security
|
||||||
|
|
||||||
nix:
|
nix:
|
||||||
shell-file: shell.nix
|
shell-file: shell.nix
|
||||||
|
|
||||||
|
flags:
|
||||||
|
postgresql-libpq:
|
||||||
|
use-pkg-config: true
|
||||||
|
|||||||
@ -35,6 +35,20 @@ packages:
|
|||||||
original:
|
original:
|
||||||
subdir: lib/amazonka-core
|
subdir: lib/amazonka-core
|
||||||
url: https://github.com/brendanhay/amazonka/archive/85e0289f8dc23c54b00f7f1a09845be7e032a1eb.tar.gz
|
url: https://github.com/brendanhay/amazonka/archive/85e0289f8dc23c54b00f7f1a09845be7e032a1eb.tar.gz
|
||||||
|
- completed:
|
||||||
|
hackage: Cabal-3.12.1.0@sha256:08be296ddd941b3f9be4bd125fbb3e6857f5c707b8d10464f6f1d30c91ca3e5f,13551
|
||||||
|
pantry-tree:
|
||||||
|
sha256: a509c8164a9682e2cbd080ef8446164fbe11a9c5c0f88b61f41094a8167e6a04
|
||||||
|
size: 11798
|
||||||
|
original:
|
||||||
|
hackage: Cabal-3.12.1.0
|
||||||
|
- completed:
|
||||||
|
hackage: Cabal-syntax-3.12.1.0@sha256:6dbb06fb08ff77520947fb4c1ef281c9cea5b8dc7fd9a41ad62273fa916cf4b2,7407
|
||||||
|
pantry-tree:
|
||||||
|
sha256: 62e4b1bbdf7fe7d5259f45811e6fd0131823a10a8ec8c5eaf25370d444ac263a
|
||||||
|
size: 11051
|
||||||
|
original:
|
||||||
|
hackage: Cabal-syntax-3.12.1.0
|
||||||
snapshots:
|
snapshots:
|
||||||
- completed:
|
- completed:
|
||||||
sha256: 08bd13ce621b41a8f5e51456b38d5b46d7783ce114a50ab604d6bbab0d002146
|
sha256: 08bd13ce621b41a8f5e51456b38d5b46d7783ce114a50ab604d6bbab0d002146
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user