fix(nix): cabal-version 3.0 for sublibrary dependency syntax
cabal-version: 2.2 does not support the pkg:sublibrary reference syntax. Bump to 3.0 which explicitly supports it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a9648f302f
commit
ce18636038
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@
|
|||
# Hard-coded deps/extensions match IHP default.nix template
|
||||
# (pinned flake — these won't drift without a flake update).
|
||||
cat > "$_cabal" <<CABAL_EOF
|
||||
cabal-version: 2.2
|
||||
cabal-version: 3.0
|
||||
name: $_pname
|
||||
version: 0.1.0
|
||||
build-type: Simple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue