Put program into a runnable state, and break the cycle that was discovered

This commit is contained in:
hylodon 2025-09-18 12:11:39 +01:00
parent c504f85a2d
commit 9d2d5b5522
8 changed files with 111 additions and 72 deletions

2
.gitignore vendored
View file

@ -6,10 +6,12 @@
!package.yaml
!app/Main.hs
!src/CAStore/Command.hs
!src/CAStore/Command/Type.hs
!src/CAStore/Config.hs
!src/CAStore/Config/Type.hs
!src/CAStore/Config/CLI.hs
!src/CAStore/Program.hs
!src/CAStore/Program/Internal.hs
!src/CAStore/Program/Storage.hs
!src/CAStore/Type.hs
!src/Data/List/Extra.hs