packages feed

clod 0.1.1 → 0.1.2

raw patch · 6 files changed

+14/−7 lines, 6 filesdep ~dhallPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dhall

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2] - 2025-03-31+### Changed+- Updated Dhall dependency to support newer versions (< 1.43)+- Fixed compatibility issues with template-haskell 2.20.0.0+ ## [0.1.1] - 2025-03-31 ### Changed - Removed unused dependencies (polysemy, deepseq, lens)
HUMAN.md view
@@ -251,5 +251,6 @@ ## Configuration  The tool creates a configuration directory at `.clod/` in your project root:-- `last-run-marker`: Tracks when the tool was last run for incremental updates+- `db.dhall`: Tracks checksums, filename mappings and the location of the+  previous staging directory - Path mappings are stored in each staging directory
clod.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.0 name:                clod-version:             0.1.1+version:             0.1.2 synopsis:            Project file manager for Claude AI integrations description:         Clod (Claude Loader) is a utility for preparing and uploading files to Claude AI's                       Project Knowledge feature. It tracks file changes, respects .gitignore and .clodignore @@ -97,7 +97,7 @@     text >= 1.2 && < 1.3,     aeson >= 2.0 && < 3.0,     aeson-pretty >= 0.8 && < 0.9,-    dhall >= 1.41 && < 1.42,+    dhall >= 1.41 && < 1.43,     bytestring >= 0.10 && < 0.12,     containers >= 0.6 && < 0.7,     time >= 1.9 && < 1.13,
man/clod.1.md view
@@ -1,4 +1,4 @@-% CLOD(1) Clod 0.1.1+% CLOD(1) Clod 0.1.2 % Fuzz Leonard % March 2025 
man/clod.7.md view
@@ -1,4 +1,4 @@-% CLOD(7) Clod 0.1.1+% CLOD(7) Clod 0.1.2 % Fuzz Leonard % March 2025 
man/clod.8.md view
@@ -1,4 +1,4 @@-% CLOD(8) Clod 0.1.1+% CLOD(8) Clod 0.1.2 % Fuzz Leonard % March 2025 @@ -290,5 +290,6 @@ ## Configuration  The tool creates a configuration directory at `.clod/` in your project root:-- `last-run-marker`: Tracks when the tool was last run for incremental updates+- `db.dhall`: Tracks checksums, filename mappings and the location of the+  previous staging directory - Path mappings are stored in each staging directory