BSD-3-Clause licensed by Sorki
Maintained by [email protected]
This version can be pinned in stack with:nix-narinfo-0.1.1.3@sha256:1753c7d44aac35c293fc81ab33a3aed679967233ea0c2ea371630f81c3c9aa86,2254

Module documentation for 0.1.1.3

Used by 1 package in nightly-2026-06-11(full list with versions):

nix-narinfo

GitHub Workflow Status Hackage version Dependencies

Parse and build .narinfo files.

Loosely based on cachix-api NarInfo type. Inspired by nix-derivation library.

Changes

Version 0.1.1.3 (2026-06-11)

  • Render and parse the content-address field as CA: to match Nix’s case-sensitive narinfo key (was Ca:, which Nix silently ignored)

Version 0.1.1.2 (2025-05-16)

  • Fix testsuite build for GHC 9.10.2 #9

Version 0.1.1.1 (2024-03-07)

  • Make pretty-narinfo actually usable (accepting input file path)

Version 0.1.1.0 (2023-11-21)

  • Fixed parsing of empty references #4

Version 0.1.0.2 (2023-11-09)

  • Add hspec-discover to build-tool-depends

Version 0.1.0.1 (2020-06-03)

  • Add test samples to extra-source-files

Version 0.1.0.0

  • Initial release

nix-narinfo uses PVP Versioning.