Skip to content

Commit 2bc02ab

Browse files
committed
Update CLAUDE.md to reflect LTS 24.34 and GHC 9.10.x
1 parent dc87de2 commit 2bc02ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VirMat is a Haskell monorepo for generating 2D/3D virtual microstructures for me
88

99
## Build & Development
1010

11-
**Prerequisites:** Nix (provides GHC 9.6.x, Stack, Cabal, HLS, Lefthook, formatters).
11+
**Prerequisites:** Nix (provides GHC 9.10.x, Stack, Cabal, HLS, Lefthook, formatters).
1212

1313
```bash
1414
nix develop # Enter dev shell
@@ -44,7 +44,7 @@ nix fmt -- --ci # Check formatting without modifying (CI mode)
4444

4545
## Monorepo Structure
4646

47-
All packages are git submodules under `packages/`. The root `stack.yaml` (resolver: lts-22.11, `allow-newer: true`) ties them together.
47+
All packages are git submodules under `packages/`. The root `stack.yaml` (resolver: lts-24.34, `allow-newer: true`) ties them together.
4848

4949
### Package Dependency Graph
5050

0 commit comments

Comments
 (0)