Expand description
Lockfile management for hx.
This crate handles:
- Reading and writing hx.lock
- Converting from Cabal freeze/plan
- Fingerprint calculation
Structs§
- Locked
Package - A locked package.
- Locked
Plan - Build plan section of the lockfile.
- Locked
Toolchain - Toolchain section of the lockfile.
- Locked
Workspace - Workspace section of the lockfile.
- Lockfile
- The hx.lock lockfile.
- Workspace
Package Info - A workspace package (local package in the workspace).
Enums§
- Lock
Error - Error type for lock operations.
Constants§
- LOCK_
VERSION - Current lockfile format version.
Functions§
- parse_
freeze_ file - Parse a Cabal freeze file and extract constraints.