packages feed

clod 0.1.0 → 0.1.1

raw patch · 5 files changed

+10/−15 lines, 5 filesdep −deepseqdep −lensdep −polysemy

Dependencies removed: deepseq, lens, polysemy, polysemy-plugin

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.1] - 2025-03-31+### Changed+- Removed unused dependencies (polysemy, deepseq, lens)+- Unified file format for path manifest to use Dhall instead of JSON for consistency+ ## [0.1.0] - 2025-03-31 ### Added - Initial release with core functionality
clod.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.0 name:                clod-version:             0.1.0+version:             0.1.1 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 @@ -105,8 +105,6 @@     mtl >= 2.2 && < 2.4,     transformers >= 0.5 && < 0.6,     unix >= 2.7 && < 2.8,-    deepseq >= 1.4 && < 1.5,-    lens >= 5.0 && < 5.3,     xxhash-ffi >= 0.3 && < 0.4,     hashable >= 1.3 && < 1.5,     base16-bytestring >= 1.0 && < 1.1,@@ -142,11 +140,7 @@     time >= 1.9 && < 1.13,     process >= 1.6 && < 1.7,     hashable >= 1.3 && < 1.5,-    optparse-applicative >= 0.16 && < 0.18,-    polysemy >= 1.7 && < 1.8,-    polysemy-plugin >= 0.4 && < 0.5,-    deepseq >= 1.4 && < 1.5,-    lens >= 5.0 && < 5.3+    optparse-applicative >= 0.16 && < 0.18   default-language:  Haskell2010   default-extensions:      OverloadedStrings@@ -194,14 +188,10 @@     hspec >= 2.8 && < 2.12,     QuickCheck >= 2.14 && < 2.16,     unix >= 2.7 && < 2.8,-    polysemy >= 1.7 && < 1.8,-    polysemy-plugin >= 0.4 && < 0.5,     bytestring >= 0.10 && < 0.12,     containers >= 0.6 && < 0.7,     optparse-applicative >= 0.16 && < 0.18,     random >= 1.2 && < 1.4,-    deepseq >= 1.4 && < 1.5,-    lens >= 5.0 && < 5.3,     mtl >= 2.2 && < 2.4   default-language:  Haskell2010   default-extensions: 
man/clod.1.md view
@@ -1,4 +1,4 @@-% CLOD(1) Clod 0.1.0+% CLOD(1) Clod 0.1.1 % Fuzz Leonard % March 2025 
man/clod.7.md view
@@ -1,4 +1,4 @@-% CLOD(7) Clod 0.1.0+% CLOD(7) Clod 0.1.1 % Fuzz Leonard % March 2025 
man/clod.8.md view
@@ -1,4 +1,4 @@-% CLOD(8) Clod 0.1.0+% CLOD(8) Clod 0.1.1 % Fuzz Leonard % March 2025