Skip to content

Commit 66ba3c7

Browse files
committed
Update stackage versions
1 parent 299b5cd commit 66ba3c7

File tree

7 files changed

+46
-20
lines changed

7 files changed

+46
-20
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ jobs:
8787
yaml: "stack/stack-9.0.2.yaml"
8888
- ghc: "9.2.8"
8989
yaml: "stack/stack-9.2.8.yaml"
90-
- ghc: "9.4.7"
91-
yaml: "stack/stack-9.4.7.yaml"
92-
- ghc: "9.6.3"
93-
yaml: "stack/stack-9.6.3.yaml"
90+
- ghc: "9.4.8"
91+
yaml: "stack/stack-9.4.8.yaml"
92+
- ghc: "9.6.4"
93+
yaml: "stack/stack-9.6.4.yaml"
94+
- ghc: "9.8.2"
95+
yaml: "stack/stack-9.8.2.yaml"
9496

9597
steps:
9698
- name: Install libraries

build_all_stack.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ set -e
55
stack build --stack-yaml stack-8.10.7.yaml
66
stack build --stack-yaml stack-9.0.2.yaml
77
stack build --stack-yaml stack-9.2.8.yaml
8-
stack build --stack-yaml stack-9.4.7.yaml
9-
stack build --stack-yaml stack-9.6.3.yaml
8+
stack build --stack-yaml stack-9.4.8.yaml
9+
stack build --stack-yaml stack-9.6.4.yaml
10+
stack build --stack-yaml stack-9.8.2.yaml

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
inputs.flake-utils.url = "github:numtide/flake-utils";
3-
inputs.haskellNix.url = "github:input-output-hk/haskell.nix";
43
inputs.gitignore = {
54
url = "github:hercules-ci/gitignore.nix";
65
inputs.nixpkgs.follows = "nixpkgs";
76
};
7+
inputs.haskellNix.url = "github:input-output-hk/haskell.nix";
88
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
99

1010
outputs = { self, flake-utils, gitignore, haskellNix, nixpkgs }@inputs:

nix/hercules-gitignore.nix

Lines changed: 0 additions & 12 deletions
This file was deleted.

stack/stack-9.6.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
resolver: lts-22.13
2+
resolver: lts-22.15
33

44
packages:
55
- ../

stack/stack-9.8.2.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
resolver: nightly-2024-04-04
3+
4+
packages:
5+
- ../
6+
7+
nix:
8+
# pure: false
9+
packages:
10+
- zlib
11+
- libsodium # Needed by zeromq
12+
- zeromq
13+
- pkg-config
14+
- pcre
15+
path:
16+
- "nixpkgs=/home/tom/tools/nixpkgs"
17+
18+
# extra-deps:
19+
# - git: https://github.com/IHaskell/IHaskell.git
20+
# commit: c547ee2fdc0a09cf4129b19292147fec38527a55
21+
# subdirs:
22+
# - .
23+
# - ./ghc-parser

stack/stack-9.8.2.yaml.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages: []
7+
snapshots:
8+
- completed:
9+
sha256: 31177dd01e2b7801b9347776d892d1e808396c21ab3b60f7f8c96856bdbe5f52
10+
size: 622360
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/4/4.yaml
12+
original: nightly-2024-04-04

0 commit comments

Comments
 (0)