Skip to content

Commit 894968d

Browse files
Build with ghc-9.8.4 instead
1 parent e1e2457 commit 894968d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ stack_snapshot(
144144
"exe",
145145
],
146146
},
147-
local_snapshot = "//:snapshot-9.10.2.yaml",
147+
local_snapshot = "//:snapshot-9.8.4.yaml",
148148
# stack = "@stack_ignore_global_hints//:bin/stack" if ghc_version == "9.0.1" else None,
149149
)
150150

@@ -165,10 +165,10 @@ filegroup(
165165
)
166166

167167
haskell_register_ghc_nixpkgs(
168-
attribute_path = "haskell.compiler.ghc9102",
168+
attribute_path = "haskell.compiler.ghc984",
169169
locale_archive = "@glibc_locales//:locale-archive",
170170
repositories = {"nixpkgs": "@nixpkgs"},
171-
version = "9.10.2",
171+
version = "9.8.4",
172172
ghcopts = [
173173
"-Werror",
174174
"-Wall",

jni/jni.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
deepseq >=1.4.2,
4646
inline-c >=0.6,
4747
linear-base >=0.5 && <0.6,
48-
singletons-base >=3.4,
48+
singletons-base >=3.3,
4949
stm >= 2.3,
5050
text >= 1.2.3
5151
default-language: Haskell2010

shell-stack.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
pkgs ? import ./nixpkgs.nix { },
3-
ghcAttr ? "ghc9102",
3+
ghcAttr ? "ghc984",
44
}:
55

66
with pkgs;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2025-07-12
1+
resolver: lts-23.27
22

33
packages:
44
- linear-base-0.5.0

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2025-07-12
1+
resolver: lts-23.27
22

33
packages:
44
- jni

0 commit comments

Comments
 (0)