All errors, warnings, and messages are now listed in a sum type in 'CAStore.Type.Text'. The added structure should help with writing better error messages. Also, if and when we get to localising ca-store, implementation will be trivial.
19 lines
391 B
Text
19 lines
391 B
Text
*
|
|
!*/
|
|
!.gitignore
|
|
!flake.nix
|
|
!flake.lock
|
|
!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/IO/Text.hs
|
|
!src/CAStore/Program/Storage.hs
|
|
!src/CAStore/Type.hs
|
|
!src/CAStore/Type/Text.hs
|
|
!src/Data/List/Extra.hs
|